Skip to content

Commit

Permalink
[backend] enforce sha256 for newer rpm-md repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Sep 16, 2013
1 parent e499538 commit 4afa811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_publish
Expand Up @@ -360,7 +360,7 @@ sub createrepo_rpmmd {
push @legacyargs, '--simple-md-filenames', '--checksum=sha';
} else {
# the default in newer createrepos
push @legacyargs, '--unique-md-filenames';
push @legacyargs, '--unique-md-filenames', '--checksum=sha256';
}
my @updateargs;
# createrepo 0.9.9 defaults to usually not used sqlite database.
Expand Down

0 comments on commit 4afa811

Please sign in to comment.