fix(spec):Do not output the alarm information to the screen
- 安装时不显示glib-compile-schemas命令告警信息
This commit is contained in:
parent
d7d49cb798
commit
80a9f87051
@ -1,6 +1,6 @@
|
||||
Name: kiran-menu
|
||||
Version: 2.2.5
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: Applets for mate panel from Kiran Desktop
|
||||
|
||||
License: Mulan PSL v2
|
||||
@ -80,11 +80,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
|
||||
* 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
|
||||
- KYOS-F: Add Fcitx to bottom panel.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user