From cdfb9178159f75e60c6a3ea2419d57e0f182bc79 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 29 Apr 2015 15:12:24 +0200 Subject: [PATCH] Fix libsymlink.attr for new magic pattern for symlinks (#1207945) --- libsymlink.attr | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libsymlink.attr b/libsymlink.attr index 8bb6404..8e2a9ae 100644 --- a/libsymlink.attr +++ b/libsymlink.attr @@ -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:]]$ diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 17e2c49..c904bbc 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: 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 30-1 +- Fix libsymlink.attr for new magic pattern for symlinks (#1207945) + * Wed Apr 08 2015 Adam Jackson 29-1 - Fix ld specs mishandling of incremental linking