Skip to content

Commit

Permalink
Don't set source to security webmin#603
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Sep 9, 2017
1 parent 6e74b7b commit b335a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/yum-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ sub set_yum_security_field
if (/^\S+\s+\S+\s+(\S+?)\-([0-9]\S+)\.([^\.]+)$/) {
local ($name, $ver) = ($1, $2);
if ($done->{$name}) {
$done->{$name}->{'source'} = 'security';
$done->{$name}->{'source'} ||= 'security';
$done->{$name}->{'security'} = 1;
}
}
Expand Down

0 comments on commit b335a0d

Please sign in to comment.