Related: rhbz#1974631 Delete ibus write-cache in scriptlet

This commit is contained in:
Mike FABIAN 2021-07-16 11:37:34 +02:00
parent 9989b17bc0
commit 1eb6aa904f

View File

@ -1,6 +1,6 @@
Name: ibus-table
Version: 1.12.5
Release: 3%{?dist}
Release: 4%{?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
* Fri Jul 16 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-4
- Related: rhbz#1974631 Delete ibus write-cache in scriptlet
* Wed Jun 30 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-3
- Resolves: rhbz#1974631 Delete ibus write-cache in scriptlet
- Improve CI tests and add gating.yaml