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