aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/URPM.pm b/URPM.pm
index 9b0cda1..511db42 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -829,7 +829,7 @@ B<selected>: { id => {
} }
B<rejected>: { fullname => {
- size => int, removed => bool, obsoleted => bool, installed => bool,
+ size => int, removed => bool, obsoleted => bool,
backtrack => { # those info are only used to display why package is unselected
promote => [ name ], keep => [ fullname ],
unsatisfied => [ id|property ],
@@ -840,6 +840,8 @@ B<rejected>: { fullname => {
},
} }
+B<rejected_already_installed>: { id => pkg }
+
B<orphans_to_remove>: [ pkg ]
B<whatrequires>: { name => { id => undef } }