From 80a9f870516082f884a901454a32069e9f18aabb Mon Sep 17 00:00:00 2001 From: yuanxing Date: Mon, 1 Aug 2022 09:41:30 +0800 Subject: [PATCH] fix(spec):Do not output the alarm information to the screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 安装时不显示glib-compile-schemas命令告警信息 --- kiran-menu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kiran-menu.spec b/kiran-menu.spec index 68bb772..115cdfc 100644 --- a/kiran-menu.spec +++ b/kiran-menu.spec @@ -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 2.2.5-11.ky3 +- KYOS-F: Do not output the alarm information to the screen + * Wed Dec 22 2021 tangjie02 2.2.5-10.ky3 - KYOS-F: Add Fcitx to bottom panel.