summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/signature.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/signature.pm b/urpm/signature.pm
index a77a0d6a..7a18985a 100644
--- a/urpm/signature.pm
+++ b/urpm/signature.pm
@@ -51,7 +51,6 @@ sub _check {
$urpm->{log}(N("NOT checking %s\n", $filepath));
next;
}
- next if defined $medium->{'verify-rpm'} && !$medium->{'verify-rpm'};
my $key_ids = $medium->{'key-ids'} || $urpm->{options}{'key-ids'};
#- check that the key ids of the medium match the key ids of the package.