Fixing bug 3406, using md5 hash algorithm for centos 5.x during createrepo
This commit is contained in:
parent
cbba505632
commit
5f0bc62131
@ -3559,7 +3559,7 @@ sub NEW_kit_addpkgs
|
||||
my $repodir = "$::base_repodir/$kr->{kitreponame}";
|
||||
if ( -d $repodir ) {
|
||||
my $cr_opts = '';
|
||||
if (( $kr->{osbasename} =~ m/rh|RH/ ) &&
|
||||
if (( $kr->{osbasename} =~ m/rh|RH|centos|CentOS/ ) &&
|
||||
( $kr->{osmajorversion} eq '5') ) {
|
||||
$cr_opts = '-s md5';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user