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.
Этот коммит содержится в:
родитель
0089ac20af
Коммит
080d88bc9b
6
contrib/dist/linux/openmpi.spec
поставляемый
6
contrib/dist/linux/openmpi.spec
поставляемый
@ -134,6 +134,10 @@
|
|||||||
# type: bool (0/1)
|
# type: bool (0/1)
|
||||||
%{!?allow_fortify_source: %define allow_fortify_source 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
|
# Configuration Logic
|
||||||
@ -199,7 +203,7 @@
|
|||||||
Summary: A powerful implementation of MPI/SHMEM
|
Summary: A powerful implementation of MPI/SHMEM
|
||||||
Name: %{?_name:%{_name}}%{!?_name:openmpi}
|
Name: %{?_name:%{_name}}%{!?_name:openmpi}
|
||||||
Version: $VERSION
|
Version: $VERSION
|
||||||
Release: 1%{?dist}
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: openmpi-%{version}.tar.$EXTENSION
|
Source: openmpi-%{version}.tar.$EXTENSION
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user