From 186e71ba67e0b449828c22757a83d2db9d2e4434 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 26 Jun 2008 09:46:36 +0000 Subject: - when not selecting a package because already installed, but it in $state->{rejected} with flags {installed} --- URPM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index 3727846..94ced85 100644 --- a/URPM.pm +++ b/URPM.pm @@ -823,7 +823,7 @@ B: { id => { } } B: { fullname => { - size => int, removed => bool, obsoleted => bool, + size => int, removed => bool, obsoleted => bool, installed => bool, backtrack => { # those info are only used to display why package is unselected promote => [ name ], keep => [ fullname ], unsatisfied => [ id|property ], -- cgit v1.2.1