From 532e6259d2553670bc5b1a947d379a9068ccfc61 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Mar 2009 15:18:19 +0000 Subject: (perform_installation) fix crashing on uninstalling packages (#47751) (backported from trunk for #48537) --- NEWS | 2 ++ Rpmdrake/pkg.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1