From f40a1ad2b15d5f7f54b3ff89e0fcb51354537e9d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 13:22:12 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- gnome-online-accounts.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 0be225d..6b9cfb4 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -6,7 +6,7 @@ Name: gnome-online-accounts Version: 3.27.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Single sign-on framework for GNOME License: LGPLv2+ @@ -93,9 +93,7 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %find_lang %{name}-tpaw %endif -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %if ! 0%{?fedora} && 0%{?rhel} <= 7 %files -f %{name}.lang -f %{name}-tpaw.lang @@ -143,6 +141,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_datadir}/vala/ %changelog +* Sat Feb 03 2018 Igor Gnatenko - 3.27.3-4 +- Switch to %%ldconfig_scriptlets + * Fri Jan 12 2018 Tomas Popela - 3.27.3-3 - Adapt to the webkitgtk4 rename