Fix left-over argument shift in mpi.prov and mpi.req (#1930096)

This commit is contained in:
Sandro Mani 2021-02-18 16:07:05 +01:00
parent e605afe9bd
commit 44dbc1d59e
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