!4 Fix some testing problems

Merge pull request !4 from tangjie02/master
This commit is contained in:
openeuler-ci-bot 2021-12-13 06:16:40 +00:00 committed by Gitee
commit 33ea52ab79
3 changed files with 11 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: kiran-session-manager
Version: 2.1.1
Release: 2%{?dist}
Version: 2.1.2
Release: 1%{?dist}
Summary: Session manager for KIRAN desktop environment
License: Mulan PSL v2
@ -47,11 +47,20 @@ make %{?_smp_mflags}
%{_datadir}/glib-2.0/schemas/com.kylinsec.kiran.session-manager.gschema.xml
%{_datadir}/xsessions/kiran.desktop
%{_datadir}/kiran-session-manager/kiran-session-manager.gresource
%{_datadir}/kiran-session-manager/blacklist_autostart_apps.txt
%{_bindir}/kiran-session-manager
%changelog
* Mon Dec 13 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.1.2-1
- KYOS-F: Show unknown applicattion when the inhibit application is not found.
- KYOS-B: Fix the problem that cannot find the desktop file in xdg directory.
- KYOS-B: Use the missing app info when cannot get app info by inhibitor.
- KYOS-B: Add oral-autostart to blacklist to fix the key exception.
- KYOS-B: Delay running mate-settings-daemon for making kiran-session-daemon priority to close conflicted plugins with kiran-session-daemon.
- KYOS-F: Add exit query window.
* Mon Oct 18 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.1.1-2
- KYOS-F: Support caja through adding macro SUPPORT_CAJA.