From 5d8d6e2c0850f033ea23e97a29f709aaff203f91 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 17:16:05 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- sqlite.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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