diff options
-rw-r--r-- | perl-install/install/pkgs.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index af4f8d6c5..c7ad61b13 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -722,6 +722,9 @@ 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"); |