diff --git a/sqlite.spec b/sqlite.spec index 72a268a..cce300e 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -10,7 +10,7 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{rpmver} -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -209,9 +209,7 @@ rm test/fts3conf.test make test %endif # with check -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig +%ldconfig_scriptlets libs %files %{_bindir}/sqlite3 @@ -246,6 +244,9 @@ make test %endif %changelog +* Sat Feb 03 2018 Igor Gnatenko - 3.22.0-2 +- Switch to %%ldconfig_scriptlets + * Thu Jan 25 2018 Petr Kubat - 3.22.0-1 - Fixed issue with some e_expr tests failing i686 - Fixed issue with a fts3rank test failing on big-endian systems