fix the install warning.

Signed-off-by: tangjie02 <tangjie02@kylinsec.com.cn>
This commit is contained in:
tangjie02 2022-07-28 16:50:27 +08:00
parent 68cf19ccaf
commit e6b85e9737

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)