Fixing bug 3406, using md5 hash algorithm for centos 5.x during createrepo
This commit is contained in:
parent
53599a891c
commit
7778cd8864
@ -808,7 +808,7 @@ sub kit_buildrepo1
|
||||
|
||||
# run createrepo
|
||||
my $cr_opts = '';
|
||||
if (( $repo->{osbasename} =~ m/rh|RH/ ) &&
|
||||
if (( $repo->{osbasename} =~ m/rh|RH|centos|CentOS/ ) &&
|
||||
( $repo->{osmajorversion} eq '5') ) {
|
||||
$cr_opts = '-s md5';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user