Delete ibus write-cache in scriptlet
ibus core now uses transfiletriggerin
This commit is contained in:
parent
2713f7f9d6
commit
e02194d443
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.13.3
|
Version: 1.13.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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,10 +117,6 @@ if [ $rc != 0 ] ; then
|
|||||||
exit $rc
|
exit $rc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%posttrans
|
|
||||||
[ -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}
|
||||||
@ -143,6 +139,9 @@ fi
|
|||||||
%{_datadir}/installed-tests/%{name}
|
%{_datadir}/installed-tests/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 18 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.13.3-2
|
||||||
|
- Delete ibus write-cache in scriptlet
|
||||||
|
|
||||||
* Wed Jun 09 2021 Mike FABIAN <mfabian@redhat.com> - 1.13.3-1
|
* Wed Jun 09 2021 Mike FABIAN <mfabian@redhat.com> - 1.13.3-1
|
||||||
- Update to 1.13.3
|
- Update to 1.13.3
|
||||||
- Fix a few more bugs in Unihan_Variants.txt, the characters
|
- Fix a few more bugs in Unihan_Variants.txt, the characters
|
||||||
|
Loading…
Reference in New Issue
Block a user