From 0d098574732d935199379e9b5477d664746ad6e4 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 28 Jul 2009 13:16:03 +0000 Subject: add a backtrack entry "conflicts" for avoided packages in backtrack_selected Patch from Anssi Hannula, fixes part of bug #52153 --- URPM.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index d1d4a13..1c2afb1 100644 --- a/URPM.pm +++ b/URPM.pm @@ -839,10 +839,12 @@ B: { 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 }, }, } } -- cgit v1.2.1