From 8f46ee445ee58a6a551698bb33d9dc0132f44956 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 12 May 2009 09:39:53 +0000 Subject: add aria2 to the priority list of packages that need to be updated before restarting urpmi (should we try to update libcares & libssl too???) --- NEWS | 2 ++ urpm/select.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 83ad0002..d478b14a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ - urpmi o fix issue with urpmi sometimes using the wrong key when checking signatures when the same package is available from different media + o add aria2 to the priority list of packages that need to be updated + before restarting urpmi - urpmi_rpm-find-leaves o do not list suggested packages as unrequested packages (#46326) - urpmq diff --git a/urpm/select.pm b/urpm/select.pm index c780b932..6b9a3f79 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -7,7 +7,7 @@ use urpm::util; use urpm::sys; use URPM; -my $default_priority_list = 'rpm,perl-URPM,perl-MDV-Distribconf,urpmi,meta-task,glibc'; +my $default_priority_list = 'rpm,perl-URPM,perl-MDV-Distribconf,urpmi,meta-task,glibc,aria2'; my @priority_list = split(',', $default_priority_list); my $evr_re = qr/[^\-]*-[^\-]*\.[^\.\-]*$/; -- cgit v1.2.1