diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-06-26 09:46:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-06-26 09:46:36 +0000 |
commit | 186e71ba67e0b449828c22757a83d2db9d2e4434 (patch) | |
tree | be051e6b16707e6f16aa0ede2fc25339b824f010 /URPM.pm | |
parent | eafee2b9958466622118ada12560eafceaea0ff6 (diff) | |
download | perl-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.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ], |