Use %__libsymlink_path instead of %__libsymlink_exclude_path in libsymlink.attr
This commit is contained in:
parent
b19da6ace4
commit
5c2b556b6a
@ -1,4 +1,5 @@
|
|||||||
# 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_path ^.*\.so$
|
||||||
|
%__libsymlink_flags magic_and_path
|
||||||
|
@ -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: 34
|
Version: 35
|
||||||
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
|
||||||
|
* Thu Jul 09 2015 Sandro Mani <manisandro@gmail.com> 35-1
|
||||||
|
- Use %%__libsymlink_path instead of %%__libsymlink_exclude_path in libsymlink.attr
|
||||||
|
|
||||||
* Wed Jul 08 2015 Adam Jackson <ajax@redhat.com> 34-1
|
* Wed Jul 08 2015 Adam Jackson <ajax@redhat.com> 34-1
|
||||||
- Fix cc1 specs mishandling of incremental linking
|
- Fix cc1 specs mishandling of incremental linking
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user