From b859aef11d27e9a2f496436449013b252aee098a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Aug 2012 16:44:28 +0000 Subject: (_check) honor per medium "verify-rpm" option for missing signature check aka do not check too early about unsigned packages (missing signatures) (fix testsuite, regression introduced in commit r5393) rationale: we wanted to warn about missing signatures on packages from media without signatures, but in doing so we did it too early before the 'verify-rpm' option check since we already have a check after (when we have a medium key), we can just check here for packages that do not came from any mirror (which we would have skiped just after) --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6dc39918..44403d9b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ - fix testsuite +- security: + o honor per medium "verify-rpm" option for missing signature check - unrequested package list management (for orphans) (mga#7167): o do not wrongly tell we updated the unrequested package list when we didn't (eg: when not having the proper rights such as running urpmq as !root) -- cgit v1.2.1