diff --git a/libabigail.spec b/libabigail.spec index db44e3e..98f226a 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -3,7 +3,7 @@ Name: libabigail Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of ABI analysis tools License: LGPLv3+ @@ -110,7 +110,7 @@ if test $? -ne 0; then fi %post -/sbin/ldconfig +%?ldconfig /usr/sbin/install-info %{_infodir}/abigail.info* %{_infodir}/dir 2>/dev/null || : %preun @@ -118,7 +118,7 @@ if [ $1 -eq 0 ]; then /usr/sbin/install-info --delete %{_infodir}/abigail.info* %{_infodir}/dir 2>/dev/null || : fi -%postun -p /sbin/ldconfig +%ldconfig_postun %files %{_bindir}/abicompat @@ -148,6 +148,9 @@ fi %doc doc/manuals/html/* %changelog +* Fri Feb 02 2018 Igor Gnatenko - 1.1-2 +- Switch to %%ldconfig_scriptlets + * Thu Jan 25 2018 Dodji Seketeli - 1.1-1 - Update to upstream 1.1 - Use python2-sphynx, rpm-python2, python2-rpm rather than