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

- 安装时不显示glib-compile-schemas命令告警信息
This commit is contained in:
yuanxing 2022-07-19 14:45:01 +08:00
parent b93773f25b
commit 82e583ca5c

View File

@ -1,6 +1,6 @@
Name: kiran-menu
Version: 2.2.6
Release: 7
Release: 8
Summary: Applets for mate panel from Kiran Desktop
License: Mulan PSL v2
@ -81,11 +81,14 @@ make install DESTDIR=%{buildroot}
%{_datadir}/kiran-applet/workspace-switcher-menu.ui.xml
%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/
%changelog
* Tue Jul 19 2022 yuanxing <yaunxing@kylinsec.com.cn> - 2.2.6-8
- KYOS-F: Do not output the alarm information to the screen
* Wed Mar 09 2022 tangjie02 <tangjie02@kylinsec.com.cn> - 2.2.6-7
- KYOS-F: Add fcitx to bottom panel.