From b2b054d841f29ae89197f18e33242c0fa445887c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 13:13:58 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- taglib.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/taglib.spec b/taglib.spec index 4aeac2e..d48443f 100644 --- a/taglib.spec +++ b/taglib.spec @@ -7,7 +7,7 @@ Name: taglib Summary: Audio Meta-Data Library Version: 1.11.1 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2 or MPLv1.1 #URL: http://launchpad.net/taglib @@ -103,9 +103,7 @@ test "$(pkg-config --modversion taglib_c)" = "%{version}" make check -C %{_target_platform} %endif - -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc AUTHORS NEWS @@ -129,6 +127,9 @@ make check -C %{_target_platform} %changelog +* Sat Feb 03 2018 Igor Gnatenko - 1.11.1-6 +- Switch to %%ldconfig_scriptlets + * Tue Aug 22 2017 Rex Dieter - 1.11.1-5 - CVE-2017-12678 taglib: Incorrect cast in rebuildAggregateFrames function (#1483960,#1483959)