diff --git a/libpsl.spec b/libpsl.spec index e2de5dd..65d9257 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,6 +1,6 @@ Name: libpsl Version: 0.19.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C library for the Publix Suffix List License: MIT URL: https://rockdaboot.github.io/libpsl @@ -109,9 +109,7 @@ find %{buildroot} -name '*.la' -delete -print %check make check || cat tests/test-suite.log -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %license COPYING @@ -138,6 +136,9 @@ make check || cat tests/test-suite.log %{_mandir}/man1/psl-make-dafsa.1* %changelog +* Sat Feb 03 2018 Igor Gnatenko - 0.19.1-2 +- Switch to %%ldconfig_scriptlets + * Tue Nov 14 2017 Yaakov Selkowitz - 0.19.1-1 - new version (#1511463)