aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-01-08 09:24:23 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-01-08 09:24:23 +0000
commit5a244e0774978fa8bf0a7f27871e695b2d31b13a (patch)
tree0d22abdd32db1049576d72729d2489b94be94826 /NEWS
parent1c77663e3060b51e30e68eaedbd1f842f4d23fbc (diff)
downloadperl-URPM-5a244e0774978fa8bf0a7f27871e695b2d31b13a.tar
perl-URPM-5a244e0774978fa8bf0a7f27871e695b2d31b13a.tar.gz
perl-URPM-5a244e0774978fa8bf0a7f27871e695b2d31b13a.tar.bz2
perl-URPM-5a244e0774978fa8bf0a7f27871e695b2d31b13a.tar.xz
perl-URPM-5a244e0774978fa8bf0a7f27871e695b2d31b13a.zip
Favour required packages when we have several choices to fulfill
a "requires", fixes bug #46874
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 579ddf5..613d3b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
- fix sorting choices on provided version (feature introduced in 3.08,
but was not working if packages were coming from different repository)
+- when a "Requires:" can be fullfilled by several different packages and
+ one of those packages is explicitly required by another package which
+ is also being installed, silently choose this package instead of letting
+ the choice up to perl-URPM user (fixes bug #46874)
Version 3.23 - 12 December 2008, by Pascal "Pixel" Rigaux