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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Remaining arguments are passed to elfdeps
|
# Arguments are passed to elfdeps
|
||||||
shift
|
|
||||||
elfdepsargs="$@"
|
elfdepsargs="$@"
|
||||||
|
|
||||||
# Search for all MPI implementations:
|
# Search for all MPI implementations:
|
||||||
|
3
mpi.req
3
mpi.req
@ -27,8 +27,7 @@ if [ ! -d "$buildroot" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Remaining arguments are passed to elfdeps
|
# Arguments are passed to elfdeps
|
||||||
shift
|
|
||||||
elfdepsargs="$@"
|
elfdepsargs="$@"
|
||||||
|
|
||||||
# Search for all MPI implementations:
|
# Search for all MPI implementations:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: rpm-mpi-hooks
|
Name: rpm-mpi-hooks
|
||||||
Version: 6
|
Version: 7
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RPM dependency generator hooks for MPI packages
|
Summary: RPM dependency generator hooks for MPI packages
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -46,6 +46,9 @@ install -Dpm 0755 %{SOURCE3} %{buildroot}%{_rpmconfigdir}/mpi.req
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user