Fixing bug 3406, using md5 hash algorithm for centos 5.x during createrepo

This commit is contained in:
wanghuaz 2013-09-23 18:50:23 +08:00
parent cbba505632
commit 5f0bc62131

View File

@ -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';
}