summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r--perl-install/install/pkgs.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm
index 7d2fcefa3..233955154 100644
--- a/perl-install/install/pkgs.pm
+++ b/perl-install/install/pkgs.pm
@@ -729,9 +729,6 @@ sub _install_raw {
local $packages->{error} = \&log::l;
local $packages->{debug} = \&log::l;
- # FIXME: package signature checking is disabled for now due to URPM always complaining
- local $packages->{options}{'verify-rpm'} = 0;
-
my ($retry, $retry_count);
log::l("rpm transactions start");