Back port this from the v1.6 branch in order to re-issue the 1.5.5 v1.5
authorjsquyres
Mon Jun 04 17:33:52 2012 +0000 (11 months ago)
branchv1.5
changeset 19985c2e3e87e37ef
parent 19653 b0958e23fdce
Back port this from the v1.6 branch in order to re-issue the 1.5.5
SRPM: force the use of the MD5 checksums so that the SRPM is
compatible with older versions of SRPM (e.g., that which is on RHEL
5.5.x).
contrib/dist/linux/buildrpm.sh
contrib/dist/linux/openmpi.spec
     1.1 --- a/contrib/dist/linux/buildrpm.sh	Tue Mar 27 14:33:46 2012 +0000
     1.2 +++ b/contrib/dist/linux/buildrpm.sh	Mon Jun 04 17:33:52 2012 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  
     1.5  specfile="openmpi.spec"
     1.6  prefix=${prefix:-"/opt/openmpi"}
     1.7 -rpmbuild_options=${rpmbuild_options:-"--define 'mflags -j4'"}
     1.8 +rpmbuild_options=${rpmbuild_options:-"--define 'mflags -j4' --define '_source_filedigest_algorithm md5'  --define '_binary_filedigest_algorithm md5'"}
     1.9  configure_options=${configure_options:-""}
    1.10  
    1.11  # Helpful when debugging
     2.1 --- a/contrib/dist/linux/openmpi.spec	Tue Mar 27 14:33:46 2012 +0000
     2.2 +++ b/contrib/dist/linux/openmpi.spec	Mon Jun 04 17:33:52 2012 +0000
     2.3 @@ -226,7 +226,7 @@
     2.4  Summary: A powerful implementaion of MPI
     2.5  Name: %{?_name:%{_name}}%{!?_name:openmpi}
     2.6  Version: $VERSION
     2.7 -Release: 1
     2.8 +Release: 2
     2.9  License: BSD
    2.10  Group: Development/Libraries
    2.11  Source: openmpi-%{version}.tar.$EXTENSION