From 5ea1e2b5e04664190463d924933339e27930db99 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Aug 2012 16:44:32 +0000 Subject: (_check) s/signatur/key/ in medium message --- NEWS | 1 + urpm/signature.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 44403d9b..c94db22e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ - fix testsuite - security: o honor per medium "verify-rpm" option for missing signature check + o media have keys, not signatures - 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) diff --git a/urpm/signature.pm b/urpm/signature.pm index 5d723c6b..7e6cc368 100644 --- a/urpm/signature.pm +++ b/urpm/signature.pm @@ -75,7 +75,7 @@ sub _check { $invalid_sources{$filepath} = N("Missing signature (%s)", $verif); } } else { - $invalid_sources{$filepath} = N("Medium without signature (%s)", $verif); + $invalid_sources{$filepath} = N("Medium without key (%s)", $verif); } #- invoke check signature callback. $options{callback} and $options{callback}->( -- cgit v1.2.1