From 14f6fc54a999faf0af7571d205a58bde0514009a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 31 Jan 2018 17:33:38 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- glib2.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glib2.spec b/glib2.spec index fefc419..c775ead 100644 --- a/glib2.spec +++ b/glib2.spec @@ -5,7 +5,7 @@ Name: glib2 Version: 2.55.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library of handy utility functions License: LGPLv2+ @@ -126,10 +126,7 @@ chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/* %find_lang glib20 - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %transfiletriggerin -- %{_libdir}/gio/modules gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || : @@ -228,6 +225,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/installed-tests %changelog +* Wed Jan 31 2018 Igor Gnatenko - 2.55.1-3 +- Switch to %%ldconfig_scriptlets + * Thu Jan 18 2018 Kalev Lember - 2.55.1-2 - gmain: Partial revert of recent wakeup changes