Fix libsymlink.attr for new magic pattern for symlinks (#1207945)
This commit is contained in:
parent
5568cb1c38
commit
cdfb917815
@ -1,4 +1,4 @@
|
|||||||
# Make libfoo.so symlinks require the soname-provide of the target library
|
# Make libfoo.so symlinks require the soname-provide of the target library
|
||||||
%__libsymlink_requires %{_rpmconfigdir}/elfdeps --provides --soname-only
|
%__libsymlink_requires %{_rpmconfigdir}/elfdeps --provides --soname-only
|
||||||
%__libsymlink_magic ^symbolic link to `.*lib.*\.so\..*'$
|
%__libsymlink_magic ^symbolic link to .*lib.*\.so\..*$
|
||||||
%__libsymlink_exclude_path ^.*[[:digit:]]$
|
%__libsymlink_exclude_path ^.*[[:digit:]]$
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 29
|
Version: 30
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -135,6 +135,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 29 2015 Florian Festi <ffesti@redhat.com> 30-1
|
||||||
|
- Fix libsymlink.attr for new magic pattern for symlinks (#1207945)
|
||||||
|
|
||||||
* Wed Apr 08 2015 Adam Jackson <ajax@redhat.com> 29-1
|
* Wed Apr 08 2015 Adam Jackson <ajax@redhat.com> 29-1
|
||||||
- Fix ld specs mishandling of incremental linking
|
- Fix ld specs mishandling of incremental linking
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user