diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | Rpmdrake/pkg.pm | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- fix another error introduced in 4.4.2 + Version 4.4.2.2 - 6 March 2008, Thierry Vignaud - fix error introduced in 4.4.2.1 diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 22d67a70..20dbe0f0 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -424,7 +424,6 @@ sub get_pkgs { auto_select => 1, only_request_packages_to_upgrade => !$probe_only_for_updates, upgrade_callback => sub { - my ($requested) = @_; @requested = sort map { urpm_name($_) } @{$urpm->{depslist}}[keys %$requested]; }, if_($probe_only_for_updates, |