- Remove post and postun (Related: rhbz#1948197)

This commit is contained in:
Mike FABIAN 2021-04-19 07:49:37 +02:00
parent 3495e08740
commit cb9207a2b9

View File

@ -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 <mfabian@redhat.com> - 2.11.3-1
- Remove post and postun (Related: rhbz#1948197)
* Sun Mar 14 2021 Mike FABIAN <mfabian@redhat.com> - 2.11.2-1
- Update to 2.11.2
- Improve the handling of typing digits into the preedit