Fix left-over argument shift in mpi.prov and mpi.req (#1930096)
This commit is contained in:
parent
e605afe9bd
commit
44dbc1d59e
3
mpi.prov
3
mpi.prov
@ -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:
|
||||
|
3
mpi.req
3
mpi.req
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user