1
1

Force the hashing functions to be md5 so that the SRPM remains

backwards compatible with older RPM implementations.

This commit was SVN r26534.
Этот коммит содержится в:
Jeff Squyres 2012-06-01 19:03:57 +00:00
родитель 0b8849e2c4
Коммит ef54fdc632

2
contrib/dist/linux/buildrpm.sh поставляемый
Просмотреть файл

@ -15,7 +15,7 @@
specfile="openmpi.spec"
prefix=${prefix:-"/opt/openmpi"}
rpmbuild_options=${rpmbuild_options:-"--define 'mflags -j4'"}
rpmbuild_options=${rpmbuild_options:-"--define 'mflags -j4' --define '_source_filedigest_algorithm md5' --define '_binary_filedigest_algorithm md5'"}
configure_options=${configure_options:-""}
# Helpful when debugging