From: Vladimir Sokolovsky Date: Mon, 31 Mar 2014 12:24:09 +0000 (+0300) Subject: build.pl: added md5 flags to the rpmbuild command X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7d9374e50f57c51801a5dbde30f19432be1de252;p=~aditr%2Fbuild.git build.pl: added md5 flags to the rpmbuild command So that the source rpms can be rebuilt on all OSes Signed-off-by: Vladimir Sokolovsky --- diff --git a/build.pl b/build.pl index 0664bbb..6b80789 100755 --- a/build.pl +++ b/build.pl @@ -521,7 +521,7 @@ sub get_srpm exit 1; } - $cmd = "rpmbuild -ts --nodeps --define '_topdir $TOPDIR' --define 'dist %{nil}' "; + $cmd = "rpmbuild -ts --nodeps --define '_topdir $TOPDIR' --define 'dist %{nil}' --define '_source_filedigest_algorithm md5' --define '_binary_filedigest_algorithm md5' "; if ($name =~ /mft/) { $cmd .= " --define 'KVERSION 0'";