aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-06-26 09:46:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-06-26 09:46:36 +0000
commit186e71ba67e0b449828c22757a83d2db9d2e4434 (patch)
treebe051e6b16707e6f16aa0ede2fc25339b824f010 /URPM.pm
parenteafee2b9958466622118ada12560eafceaea0ff6 (diff)
downloadperl-URPM-186e71ba67e0b449828c22757a83d2db9d2e4434.tar
perl-URPM-186e71ba67e0b449828c22757a83d2db9d2e4434.tar.gz
perl-URPM-186e71ba67e0b449828c22757a83d2db9d2e4434.tar.bz2
perl-URPM-186e71ba67e0b449828c22757a83d2db9d2e4434.tar.xz
perl-URPM-186e71ba67e0b449828c22757a83d2db9d2e4434.zip
- when not selecting a package because already installed,
but it in $state->{rejected} with flags {installed}
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.pm b/URPM.pm
index 3727846..94ced85 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -823,7 +823,7 @@ B<selected>: { id => {
} }
B<rejected>: { 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 ],