Fix libsymlink.attr for new magic pattern for symlinks (#1207945)

This commit is contained in:
Florian Festi 2015-04-29 15:12:24 +02:00
parent 5568cb1c38
commit cdfb917815
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Make libfoo.so symlinks require the soname-provide of the target library
%__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:]]$

View File

@ -6,7 +6,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 29
Version: 30
Release: 1%{?dist}
# No version specified.
License: GPL+
@ -135,6 +135,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
%{_rpmconfigdir}/macros.d/macros.kmp
%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
- Fix ld specs mishandling of incremental linking