diff options
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -834,7 +834,8 @@ B<selected>: { id => { } } B<rejected>: { fullname => { - size => int, removed => bool, obsoleted => bool, + size => int, removed => { fullname|"asked" => undef }, + obsoleted => { fullname|"asked" => undef }, backtrack => { # those info are only used to display why package is unselected promote => [ name ], keep => [ fullname ], unsatisfied => [ id|property ], |