Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/rpm-mpi-hooks.git#44dbc1d59e1201d3ead0b70b67aec40e7e4fd036
This commit is contained in:
DistroBaker 2021-02-18 15:20:19 +00:00
parent 2e3d2cda85
commit a6a1a60b39
3 changed files with 7 additions and 6 deletions

View File

@ -27,8 +27,7 @@ if [ ! -d "$buildroot" ]; then
exit 1
fi
# Remaining arguments are passed to elfdeps
shift
# Arguments are passed to elfdeps
elfdepsargs="$@"
# Search for all MPI implementations:

View File

@ -27,8 +27,7 @@ if [ ! -d "$buildroot" ]; then
exit 1
fi
# Remaining arguments are passed to elfdeps
shift
# Arguments are passed to elfdeps
elfdepsargs="$@"
# Search for all MPI implementations:

View File

@ -1,6 +1,6 @@
Name: rpm-mpi-hooks
Version: 6
Release: 7%{?dist}
Version: 7
Release: 1%{?dist}
Summary: RPM dependency generator hooks for MPI packages
License: MIT
@ -46,6 +46,9 @@ install -Dpm 0755 %{SOURCE3} %{buildroot}%{_rpmconfigdir}/mpi.req
%changelog
* Thu Feb 18 2021 Sandro Mani <manisandro@gmail.com> 7-1
- Fix left-over argument shift in mpi.prov and mpi.req (#1930096)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild