!22 修复安装告警

From: @kylinsecos_admin 
Reviewed-by: @tangjie02 
Signed-off-by: @tangjie02
This commit is contained in:
openeuler-ci-bot 2022-07-29 06:07:55 +00:00 committed by Gitee
commit 86f630b9af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <tangjie02@kylinse.com.cn> 2.1.0-5
- KYOS-B: Fix the install warning (#I5JD1K)
* Mon Oct 18 2021 xiewenhao <xiewenhao@kylinos.com.cn> 2.1.0-4
- KYOS-B: fix license information (#43502)