Exclude build-id files from symlink requires path (bug #1435690)
This commit is contained in:
parent
047506bd39
commit
8fab54980c
@ -1,6 +1,6 @@
|
|||||||
# Make libfoo.so symlinks require the soname-provide of the target library
|
# Make libfoo.so symlinks require the soname-provide of the target library
|
||||||
%__mpilibsymlink_requires %{_rpmconfigdir}/mpi.prov %{buildroot} --soname-only
|
%__mpilibsymlink_requires %{_rpmconfigdir}/mpi.prov %{buildroot} --soname-only
|
||||||
%__mpilibsymlink_magic ^symbolic link to .*lib.*\.so\..*$
|
%__mpilibsymlink_magic ^symbolic link to .*lib.*\.so\..*$
|
||||||
%__mpilibsymlink_path ^%{_prefix}/lib(64)?/.*$
|
%__mpilibsymlink_path ^%{_prefix}/lib(64)?/.*\.so$
|
||||||
%__mpilibsymlink_flags magic_and_path
|
%__mpilibsymlink_flags magic_and_path
|
||||||
%__libsymlink_exclude_path ^%{_prefix}/lib(64)?/.*$
|
%__libsymlink_exclude_path ^%{_prefix}/lib(64)?/.*$
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: rpm-mpi-hooks
|
Name: rpm-mpi-hooks
|
||||||
Version: 4
|
Version: 5
|
||||||
Release: 2%{?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
|
||||||
|
* Mon Apr 17 2017 Orion Poplawski <orion@cora.nwra.com> - 5-1
|
||||||
|
- Exclude build-id files from symlink requires path (bug #1435690)
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4-2
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user