diff --git a/libsymlink.attr b/libsymlink.attr index 8e2a9ae..4e4981f 100644 --- a/libsymlink.attr +++ b/libsymlink.attr @@ -1,4 +1,5 @@ # 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_exclude_path ^.*[[:digit:]]$ +%__libsymlink_path ^.*\.so$ +%__libsymlink_flags magic_and_path diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2cf3ce4..76cda17 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 34 +Version: 35 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 +* Thu Jul 09 2015 Sandro Mani 35-1 +- Use %%__libsymlink_path instead of %%__libsymlink_exclude_path in libsymlink.attr + * Wed Jul 08 2015 Adam Jackson 34-1 - Fix cc1 specs mishandling of incremental linking