From fe2336b6c35255687a511d8592ee42f5cda99eb6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 16:27:40 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- lame.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lame.spec b/lame.spec index 5b8bdf4..3da561c 100644 --- a/lame.spec +++ b/lame.spec @@ -1,6 +1,6 @@ Name: lame Version: 3.100 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Free MP3 audio compressor Group: Applications/Multimedia @@ -81,9 +81,7 @@ rm -rf %{buildroot}%{_docdir}/%{name} make test -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig +%ldconfig_scriptlets libs %files @@ -107,6 +105,9 @@ make test %{_bindir}/mp3x %changelog +* Sat Feb 03 2018 Igor Gnatenko - 3.100-2 +- Switch to %%ldconfig_scriptlets + * Sun Oct 22 2017 Yaakov Selkowitz - 3.100-1 - Update to 3.100 (#1470202, #1505172)