From 0f32d60b7bb4b0529f4e971ecbd3f2c91a14f7c0 Mon Sep 17 00:00:00 2001 From: liuxinhao Date: Wed, 24 May 2023 23:08:39 +0800 Subject: [PATCH] Remove Require kiran-control-panel --- kiran-authentication-service.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kiran-authentication-service.spec b/kiran-authentication-service.spec index 6617d43..54d0759 100644 --- a/kiran-authentication-service.spec +++ b/kiran-authentication-service.spec @@ -1,6 +1,6 @@ Name: kiran-authentication-service Version: 2.5.1 -Release: 1 +Release: 2 Summary: Kiran Desktop kiran authentication service License: MulanPSL-2.0 URL: http://www.kylinsec.com.cn @@ -25,7 +25,6 @@ Requires: qt5-qtbase Requires: kiran-log-qt5 Requires: kiran-system-daemon Requires: kiran-session-daemon -Requires: kiran-control-panel Requires: kiran-authentication-devices %description @@ -82,6 +81,9 @@ systemctl enable kiran-authentication-daemon.service %{_includedir}/kiran-authentication-service/kas-authentication-i.h %changelog +* Wed May 24 2023 liuxinhao - 2.5.1-2 +- KYOS-F: Remove Require kiran-control-panel + * Wed May 24 2023 liuxinhao - 2.5.1-1 - KYOS-F: Update translation file and modify the pam configuration file - KYOS-F: Adjust enumeration values to accommodate some of the prompt messages during entry -- Gitee