From 5c2b556b6aa83b31fd9dbcac754e079d336e0968 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 9 Jul 2015 23:31:44 +0200 Subject: [PATCH] Use %__libsymlink_path instead of %__libsymlink_exclude_path in libsymlink.attr --- libsymlink.attr | 3 ++- redhat-rpm-config.spec | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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