From fd5dfc11d4f1b1402d1ecdf6aca3f739dfbf5b40 Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Mon, 19 Mar 2018 20:18:18 +0900 Subject: [PATCH] Reverted ldconfig for f27 --- ibus-anthy.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ibus-anthy.spec b/ibus-anthy.spec index dc9a277..ea66a67 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -22,7 +22,7 @@ Name: ibus-anthy Version: 1.5.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Anthy engine for IBus input platform License: GPLv2+ Group: System Environment/Libraries @@ -130,13 +130,13 @@ rm $RPM_BUILD_ROOT%{_datadir}/appdata/*.appdata.xml desktop-file-validate \ $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-anthy.desktop -%ldconfig_scriptlets - %post +/sbin/ldconfig [ -x %{_bindir}/ibus ] && \ %{_bindir}/ibus write-cache --system &>/dev/null || : %postun +/sbin/ldconfig [ -x %{_bindir}/ibus ] && \ %{_bindir}/ibus write-cache --system &>/dev/null || : @@ -166,6 +166,9 @@ desktop-file-validate \ %{_libdir}/libanthygobject-%{sub_version}.so %changelog +* Mon Mar 19 2018 Takao Fujiwara - 1.5.10-2 +- Reverted ldconfig for f27 + * Mon Mar 19 2018 Takao Fujiwara - 1.5.10-1 - Bumped to 1.5.10