From a169dc5e1b149b227ae303aec3b1415bf14377b4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 17:31:33 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- libappindicator.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/libappindicator.spec b/libappindicator.spec index d60a77d..e71b7b9 100644 --- a/libappindicator.spec +++ b/libappindicator.spec @@ -1,6 +1,6 @@ Name: libappindicator Version: 12.10.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Application indicators library Group: System Environment/Libraries @@ -162,14 +162,8 @@ popd find %{buildroot} -type f -name '*.la' -delete -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%post gtk3 -p /sbin/ldconfig - -%postun gtk3 -p /sbin/ldconfig +%ldconfig_scriptlets +%ldconfig_scriptlets gtk3 %files @@ -249,6 +243,9 @@ find %{buildroot} -type f -name '*.la' -delete %endif %changelog +* Sat Feb 03 2018 Igor Gnatenko - 12.10.0-18 +- Switch to %%ldconfig_scriptlets + * Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 12.10.0-17 - Python 2 binary package renamed to python2-appindicator See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3