From e6b85e97374476723aebef5107948d160674c6e1 Mon Sep 17 00:00:00 2001 From: tangjie02 Date: Thu, 28 Jul 2022 16:50:27 +0800 Subject: [PATCH] fix the install warning. Signed-off-by: tangjie02 --- kiran-cc-daemon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kiran-cc-daemon.spec b/kiran-cc-daemon.spec index 7166115..2849589 100644 --- a/kiran-cc-daemon.spec +++ b/kiran-cc-daemon.spec @@ -1,6 +1,6 @@ Name: kiran-cc-daemon Version: 2.1.0 -Release: 5%{?dist} +Release: 6 Summary: DBus daemon for Kiran Desktop License: Mulan PSL v2 @@ -93,7 +93,7 @@ systemctl enable kiran-system-daemon.service %systemd_preun kiran-system-daemon.service %post -n kiran-session-daemon -glib-compile-schemas /usr/share/glib-2.0/schemas +glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/nulls || : %files -n kiran-system-daemon %{_sysconfdir}/dbus-1/system.d/*.conf @@ -132,6 +132,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas %{_libdir}/pkgconfig/kiran-cc-daemon.pc %changelog +* Thu Jul 28 2022 tangjie02 2.1.0-5 +- KYOS-B: Fix the install warning (#I5JD1K) + * Mon Oct 18 2021 xiewenhao 2.1.0-4 - KYOS-B: fix license information (#43502)