summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index 33f58ab0..516fb3a9 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1169,6 +1169,8 @@ sub update_media {
#- take care of modified medium only or all if all have to be recomputed.
$medium->{ignore} and next;
+ $options{forcekey} and delete $medium->{'key-ids'};
+
#- and create synthesis file associated if it does not already exists...
-s "$urpm->{statedir}/synthesis.$medium->{hdlist}" > 32 or $medium->{modified_synthesis} = 1;