aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--Rpmdrake/pkg.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 33533c66..a80981d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- fix crashing on uninstalling packages (#47751)
+
Version 5.0.7 - 17 March 2009, Thierry Vignaud
- do not try to update & parse inactive debug backports media
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index d7e429aa..d8f05edb 100644
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -722,7 +722,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-(
};
my $exit_code =
- urpm::main_loop::run($urpm, $state, 1, undef, $requested,
+ urpm::main_loop::run($urpm, $state, 1, [ ], $requested,
{
completed => sub {
# explicitly destroy the progress window when it's over; we may