aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--Rpmdrake/pkg.pm1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ef193f37..6873ece3 100644
--- a/NEWS
+++ b/NEWS
@@ -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,