Delete ibus write-cache in scriptlet
ibus core has used transfiletriggerin since Fedora 35
This commit is contained in:
parent
91ea89b9f5
commit
99aefc691e
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.11.4
|
Version: 2.11.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||||
@ -199,10 +199,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 README.html README.md
|
%doc AUTHORS COPYING README README.html README.md
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
@ -233,6 +229,9 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 18 2021 Takao Fujiwara <tfujiwar@redhat.com> - 2.11.4-2
|
||||||
|
- Delete ibus write-cache in scriptlet
|
||||||
|
|
||||||
* Thu Apr 29 2021 Mike FABIAN <mfabian@redhat.com> - 2.11.4-1
|
* Thu Apr 29 2021 Mike FABIAN <mfabian@redhat.com> - 2.11.4-1
|
||||||
- Update to 2.11.4
|
- Update to 2.11.4
|
||||||
- In main.py “import factory” only when the --xml option is not used
|
- In main.py “import factory” only when the --xml option is not used
|
||||||
|
Loading…
Reference in New Issue
Block a user