aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-07-28 13:16:03 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-07-28 13:16:03 +0000
commit0d098574732d935199379e9b5477d664746ad6e4 (patch)
tree835a31dd9c20f53112dcdf6a2343cb18eeff1360 /URPM.pm
parent53d47517575dbe57541b353cf7a5a14f11a4b9d2 (diff)
downloadperl-URPM-0d098574732d935199379e9b5477d664746ad6e4.tar
perl-URPM-0d098574732d935199379e9b5477d664746ad6e4.tar.gz
perl-URPM-0d098574732d935199379e9b5477d664746ad6e4.tar.bz2
perl-URPM-0d098574732d935199379e9b5477d664746ad6e4.tar.xz
perl-URPM-0d098574732d935199379e9b5477d664746ad6e4.zip
add a backtrack entry "conflicts" for avoided packages in backtrack_selected
Patch from Anssi Hannula, fixes part of bug #52153
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index d1d4a13..1c2afb1 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -839,10 +839,12 @@ B<rejected>: { fullname => {
backtrack => { # those info are only used to display why package is unselected
promote => [ name ], keep => [ fullname ],
unsatisfied => [ id|property ],
+ conflicts => [ fullname ],
},
closure => { fullname => { old_requested => bool,
unsatisfied => [ id|property ],
conflicts => property },
+ avoid => bool },
},
} }