fix(spec):Do not output the alarm information to the screen

- 安装时不显示glib-compile-schemas命令告警信息
This commit is contained in:
yuanxing 2022-08-01 09:41:30 +08:00
parent d7d49cb798
commit 80a9f87051

View File

@ -1,6 +1,6 @@
Name: kiran-menu Name: kiran-menu
Version: 2.2.5 Version: 2.2.5
Release: 10%{?dist} Release: 11%{?dist}
Summary: Applets for mate panel from Kiran Desktop Summary: Applets for mate panel from Kiran Desktop
License: Mulan PSL v2 License: Mulan PSL v2
@ -80,11 +80,14 @@ make install DESTDIR=%{buildroot}
%{_datadir}/kiran-applet/workspace-switcher-menu.ui.xml %{_datadir}/kiran-applet/workspace-switcher-menu.ui.xml
%post -n kiran-applets %post -n kiran-applets
glib-compile-schemas /usr/share/glib-2.0/schemas/ glib-compile-schemas /usr/share/glib-2.0/schemas/ &> /dev/null || :
gtk-update-icon-cache -f /usr/share/icons/hicolor/ gtk-update-icon-cache -f /usr/share/icons/hicolor/
%changelog %changelog
* Mon Aug 01 2022 yuanxing <yuanxing@kylinsec.com.cn> 2.2.5-11.ky3
- KYOS-F: Do not output the alarm information to the screen
* Wed Dec 22 2021 tangjie02 <tangjie02@kylinsec.com.cn> 2.2.5-10.ky3 * Wed Dec 22 2021 tangjie02 <tangjie02@kylinsec.com.cn> 2.2.5-10.ky3
- KYOS-F: Add Fcitx to bottom panel. - KYOS-F: Add Fcitx to bottom panel.