- Resolves: rhbz#1948197 Change post to posttrans
This commit is contained in:
parent
dc900797b7
commit
93c274e3ff
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.12.5
|
Version: 1.12.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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,6 +117,10 @@ 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}
|
||||||
@ -139,6 +143,9 @@ fi
|
|||||||
%{_datadir}/installed-tests/%{name}
|
%{_datadir}/installed-tests/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 21 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-3
|
||||||
|
- Resolves: rhbz#1948197 Change post to posttrans
|
||||||
|
|
||||||
* Mon Apr 19 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-2
|
* Mon Apr 19 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-2
|
||||||
- Remove post and postun (Related: rhbz#1948197)
|
- Remove post and postun (Related: rhbz#1948197)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user