Related: rhbz#1974631 Delete ibus write-cache in scriptlet
This commit is contained in:
parent
9989b17bc0
commit
1eb6aa904f
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.12.5
|
Version: 1.12.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://code.google.com/p/ibus/
|
URL: http://code.google.com/p/ibus/
|
||||||
@ -117,15 +117,6 @@ if [ $rc != 0 ] ; then
|
|||||||
exit $rc
|
exit $rc
|
||||||
fi
|
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
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
@ -148,6 +139,9 @@ fi
|
|||||||
%{_datadir}/installed-tests/%{name}
|
%{_datadir}/installed-tests/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 30 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-3
|
||||||
- Resolves: rhbz#1974631 Delete ibus write-cache in scriptlet
|
- Resolves: rhbz#1974631 Delete ibus write-cache in scriptlet
|
||||||
- Improve CI tests and add gating.yaml
|
- Improve CI tests and add gating.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user