From dc900797b788d09d0da65841d5c50c06dac008a8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Apr 20 2021 09:56:50 +0000 Subject: - Remove post and postun (Related: rhbz#1948197) --- diff --git a/ibus-table.spec b/ibus-table.spec index 59dd7bb..f4334a7 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,6 +1,6 @@ Name: ibus-table Version: 1.12.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ URL: http://code.google.com/p/ibus/ @@ -117,15 +117,6 @@ if [ $rc != 0 ] ; then exit $rc fi -%post -[ -x %{_bindir}/ibus ] && \ - %{_bindir}/ibus write-cache --system &>/dev/null || : - -%postun -[ -x %{_bindir}/ibus ] && \ - %{_bindir}/ibus write-cache --system &>/dev/null || : - - %files -f %{name}.lang %doc AUTHORS COPYING README %{_datadir}/%{name} @@ -148,6 +139,9 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Mon Apr 19 2021 Mike FABIAN - 1.12.5-2 +- Remove post and postun (Related: rhbz#1948197) + * Fri Mar 05 2021 Mike FABIAN - 1.12.5-1 - Update to 1.12.5 - Return False in _execute_command_commit_candidate_number(self, number)