1
1

build: remove distro id from src.rpm filename, select md5 packing algorithm for

consistency across different distros: src.rpm create on one distro can be unpacked on
another when same packing algorithm used on both.

reviewed by Jeff
cmr=v1.8.2:reviewer=ompi-rm1.8

This commit was SVN r32205.
Этот коммит содержится в:
Mike Dubman 2014-07-10 19:35:15 +00:00
родитель 0089ac20af
Коммит 080d88bc9b

6
contrib/dist/linux/openmpi.spec поставляемый
Просмотреть файл

@ -134,6 +134,10 @@
# type: bool (0/1)
%{!?allow_fortify_source: %define allow_fortify_source 1}
# Select md5 packing algorithm, that src.rpm created on one distro can be read on another.
%global _binary_filedigest_algorithm 1
%global _source_filedigest_algorithm 1
#############################################################################
#
# Configuration Logic
@ -199,7 +203,7 @@
Summary: A powerful implementation of MPI/SHMEM
Name: %{?_name:%{_name}}%{!?_name:openmpi}
Version: $VERSION
Release: 1%{?dist}
Release: 1
License: BSD
Group: Development/Libraries
Source: openmpi-%{version}.tar.$EXTENSION