diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-02-12 15:58:28 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-02-12 15:58:28 +0000 |
commit | 8c4c9abb33c01c71834e6614b6dd16c23f53f069 (patch) | |
tree | 1abc2519c94efa8784e51ea9f5baff8d5c82b98a /NEWS | |
parent | 79308c26b9ee2c3c5138c3f12c45f9c872b3e1ba (diff) | |
download | perl-URPM-8c4c9abb33c01c71834e6614b6dd16c23f53f069.tar perl-URPM-8c4c9abb33c01c71834e6614b6dd16c23f53f069.tar.gz perl-URPM-8c4c9abb33c01c71834e6614b6dd16c23f53f069.tar.bz2 perl-URPM-8c4c9abb33c01c71834e6614b6dd16c23f53f069.tar.xz perl-URPM-8c4c9abb33c01c71834e6614b6dd16c23f53f069.zip |
check for conflicting selected packages before selecting a package
check for conflicting selected packages before selecting a package
instead of after selecting it, to avoid having to unselect package
in case of conflict (which incorrectly unselected packages with
unsatisfied dependencies as well, making the following backtrack_selected
call behave wrongly as it simply noticed that the package is no longer
required)
Here's the second patch again, now with the function comment updated
and added _remove_all_rejected_from() call so that prerejections are
still cleared (this was previously called from the
removed disable_selected() call). Testsuites pass.
Patch by Anssi Hannula, fixes #57224
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- check for conflicting selected packages before selecting a package (#57224) + (by Anssi Hannula) + Version 3.33 - 5 October 2009, by Christophe Fergeau - fix lookup of existing pubkeys (#53710) (by Pascal Terjan) |