diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 869d83f..10d7ae7 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster Version: 2.11.2 -Release: 1%{?dist} +Release: 3%{?dist} Summary: A completion input method License: GPLv3+, ASL 2.0 URL: https://mike-fabian.github.io/ibus-typing-booster/ @@ -199,14 +199,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 README.html README.md %{_datadir}/%{name} @@ -237,6 +229,9 @@ fi %{_datadir}/applications/emoji-picker.desktop %changelog +* Mon Apr 19 2021 Mike FABIAN - 2.11.3-1 +- Remove post and postun (Related: rhbz#1948197) + * Sun Mar 14 2021 Mike FABIAN - 2.11.2-1 - Update to 2.11.2 - Improve the handling of typing digits into the preedit