diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-27 14:58:32 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-27 14:58:32 +0000 |
commit | 2c6c1adc02c7ae773ee96acd4b023c039b7df153 (patch) | |
tree | dc7ced4d08b0bbfe9a9dc8920f23bad607bb1d97 /NEWS | |
parent | 162a434adbfca7aae278435d51da88af90eff10a (diff) | |
download | perl-URPM-2c6c1adc02c7ae773ee96acd4b023c039b7df153.tar perl-URPM-2c6c1adc02c7ae773ee96acd4b023c039b7df153.tar.gz perl-URPM-2c6c1adc02c7ae773ee96acd4b023c039b7df153.tar.bz2 perl-URPM-2c6c1adc02c7ae773ee96acd4b023c039b7df153.tar.xz perl-URPM-2c6c1adc02c7ae773ee96acd4b023c039b7df153.zip |
Fix regression introduced in fix for bug #47803
This reverts the previous commit
only compute diff_provides when the package is newly rejected, in
set_rejected_and_compute_diff_provides
Try this incremental patch. It fixes
set_rejected_and_compute_diff_provides to
not compute diff_provides if package was already rejected (and thus the
dependencies properly handled already).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,3 @@ -- revert part of the fix for bug #47803 because it's breaking upgrades - from 2008.1 - Version 3.28 - 25 March 2009, by Christophe Fergeau - postpone user choices as much as possible to avoid asking the user |