!7 更新到2.2.4版本

From: @kylinsecos_admin 
Reviewed-by: @doudou19 
Signed-off-by: @doudou19
This commit is contained in:
openeuler-ci-bot 2022-02-20 02:55:57 +00:00 committed by Gitee
commit ee710ed6da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 29 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,12 @@
Name: kiran-cc-daemon
Version: 2.2.3
Release: 2.kb2
Version: 2.2.4
Release: 1.kb1
Summary: DBus daemon for Kiran Desktop
License: Mulan PSL v2
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake >= 3.2
BuildRequires: pkgconfig(glibmm-2.4)
BuildRequires: pkgconfig(giomm-2.4)
@ -26,6 +27,7 @@ BuildRequires: jsoncpp-devel
BuildRequires: cairomm-devel
BuildRequires: kiran-log-gtk3-devel
BuildRequires: fmt-devel >= 6.2.1
BuildRequires: python%{python3_pkgversion}-jinja2
BuildRequires: gdbus-codegen-glibmm
BuildRequires: gtest-devel
BuildRequires: libnotify-devel
@ -79,7 +81,6 @@ Development files for communicating with control center daemon
%cmake
make %{?_smp_mflags}
%install
%make_install
@ -116,6 +117,7 @@ glib-compile-schemas /usr/share/glib-2.0/schemas
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/dbus-1/services/*.service
%{_datadir}/icons/hicolor/scalable/apps/*.svg
%{_datadir}/locale/zh_CN/LC_MESSAGES/kiran-power-status-icon.mo
%files common
%{_includedir}/kiran-cc-daemon/error-i.h
@ -132,8 +134,30 @@ glib-compile-schemas /usr/share/glib-2.0/schemas
%{_libdir}/pkgconfig/kiran-cc-daemon.pc
%changelog
* Wed Jan 12 2022 caoyuanji <caoyuanji@kylinos.com.cn> - 2.2.3-2.kb2
- rebuild for KY3.4-5-KiranUI-2.2
* Sat Feb 19 2022 tangjie02 <tangjie02@kylinsec.com.cn> - 2.2.4-1.kb1
- KYOS-F: Fix compile error on KLOG_PROFILE.
* Fri Feb 18 2022 tangjie02 <tangjie02@kylinsec.com.cn> - 2.2.3-2.kb6
- KYOS-B: Fix the function invalid problem when set the action of power button pressed.(#50020)
- KYOS-B: Show remaining electrictiy in power tray icon.(#48516)
* Thu Feb 17 2022 longcheng <longcheng@kylinsec.com.cn> - 2.2.3-2.kb5
- KYOS-B: Change the Requires mate-session-manager to kiran-session-manager for kiran-session-daemon (#49934)
* Wed Feb 16 2022 tangjie02 <tangjie02@kylinsec.com.cn> - 2.2.3-2.kb4
- KYOS-F: Register client to session manager after the plugins is inited.
- KYOS-F: Modify the default gtk theme to kiran-dark.
* Wed Jan 19 2022 tangjie02 <tangjie02@kylinsec.com.cn> - 2.2.3-2.kb3
- KYOS-B: Fix the disappear problem for power tray icon on laptop.(#48516)
* Tue Jan 18 2022 tangjie02 <tangjie02@kylinsec.com.cn> - 2.2.3-2.kb2
- KYOS-F: Add audio-i.h header file to install directory.
- KYOS-B: Add reset dbus api for keybinding.(#48466)
- KYOS-B: Set cursor theme name to org.mate.peripherals-mouse.cursor-them for making marco to update cursor them.(#48458)
- KYOS-F: Append the configure_file command to generate com.kylinsec.Kiran.SessionDaemon.Power.policy file.
- KYOS-B: Forbit deleting logined user.(#49244)
- KYOS-F: Modify the log output level in DeleteUser when exception is throwed.
* Wed Dec 29 2021 kpkg <kpkg@kylinos.com.cn> - 2.2.3-2.kb1
- rebuild for KY3.4-MATE-modules-dev