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

This commit is contained in:
Mike FABIAN 2021-04-20 11:56:50 +02:00
parent 3ffbe2d7b7
commit dc900797b7

View File

@ -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 <mfabian@redhat.com> - 1.12.5-2
- Remove post and postun (Related: rhbz#1948197)
* Fri Mar 05 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-1
- Update to 1.12.5
- Return False in _execute_command_commit_candidate_number(self, number)