From 228b3ebdb9bbb70f2ab0289c2a061d8a35606678 Mon Sep 17 00:00:00 2001 From: liuxinhao Date: Tue, 30 Aug 2022 09:45:33 +0800 Subject: [PATCH] apply the last submitted patch: Fix invalid reset of automatic login option,update License,update yaml --- kiran-session-guard.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/kiran-session-guard.spec b/kiran-session-guard.spec index b0e62fc..65f00b9 100644 --- a/kiran-session-guard.spec +++ b/kiran-session-guard.spec @@ -1,12 +1,14 @@ Name: kiran-session-guard Version: 2.3.0 -Release: 1 +Release: 2 Summary: Kiran desktop environment login and lock screen dialog Summary(zh_CN): Kiran桌面环境登录和解锁框 License: MulanPSL-2.0 Source0: %{name}-%{version}.tar.gz +Patch0001: 0001-fix-kiran-cpanel-greeter-Fix-invalid-reset-of-automa.patch + %define SHOW_VIRTUAL_KEYBOARD 0 BuildRequires: cmake @@ -133,7 +135,10 @@ gtk-update-icon-cache -f /usr/share/icons/hicolor/ rm -rf %{buildroot} %changelog -* Thu Jul 07 2022 liuxinhao - 2.3.0-1 +* Tue Aug 30 2022 liuxinhao - 2.3.0-2 +- KYOS-F: apply the last submitted patch:Fix invalid reset of automatic login option,update License,update yaml + +* Thu Jul 07 2022 liuxinhao - 2.3.0-1 - KYOS-F: update login settings interface style, support dark and light color theme * Wed Mar 02 2022 longcheng - 2.2.3-1 -- Gitee