From 9ea34f20ccbca45a4065e29905437316a9586e90 Mon Sep 17 00:00:00 2001 From: gaoboqwq Date: Fri, 28 Nov 2025 16:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9C=AC=E5=9C=B0=E5=8C=96?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E3=80=81=E4=BF=AE=E6=94=B9cmake=E6=9C=80?= =?UTF-8?q?=E4=BD=8E=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0014-change-cmake-minimum-version.patch | 22 ++++++++++++++++++++++ kiran-authentication-service.spec | 23 ++++++++++++++++++----- 2 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 0014-change-cmake-minimum-version.patch diff --git a/0014-change-cmake-minimum-version.patch b/0014-change-cmake-minimum-version.patch new file mode 100644 index 0000000..652a0a4 --- /dev/null +++ b/0014-change-cmake-minimum-version.patch @@ -0,0 +1,22 @@ +From 8942c08906cf57150fe2235b828a095ee07d1900 Mon Sep 17 00:00:00 2001 +From: gaoboqwq +Date: Fri, 28 Nov 2025 16:19:38 +0800 +Subject: [PATCH] change cmake minimum version + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index a77f4b3..ab19593 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.0) ++cmake_minimum_required(VERSION 3.0...${CMAKE_VERSION}) + + project(kiran-authentication-service VERSION 2.5) + +-- +2.33.0 + diff --git a/kiran-authentication-service.spec b/kiran-authentication-service.spec index ac23d9e..4d6d2b2 100644 --- a/kiran-authentication-service.spec +++ b/kiran-authentication-service.spec @@ -1,7 +1,8 @@ Name: kiran-authentication-service Version: 2.5.1 -Release: 10 -Summary: Kiran Desktop kiran authentication service +Release: 11 +Summary: Kiran Desktop kiran authentication service +Summary(zh_CN): Kiran 桌面认证服务 License: MulanPSL-2.0 URL: http://www.kylinsec.com.cn @@ -19,7 +20,8 @@ Patch0009: 0009-fix-multi-factor-multi-factor-no-jump-login.patch Patch0010: 0010-fix-multi-channel-auth-If-the-authentication-fails-t.patch Patch0011: 0011-feat-auth-error-Subdivide-the-cause-of-the-error-and.patch Patch0012: 0012-fix-kiran-authentication-service-fix-for-versions-ea.patch -Patch0013: 0013-feature-error.h-fix-openeuler2509-compile-error.patch +Patch0013: 0013-feature-error.h-fix-openeuler2509-compile-error.patch +Patch0014: 0014-change-cmake-minimum-version.patch Obsoletes: kiran-biometrics @@ -47,12 +49,19 @@ Requires: kiran-authentication-devices %description Kiran authentication service is used to do system auth with password, fingerprint, face +%description -l zh_CN +Kiran 桌面认证服务用于通过密码、指纹和人脸进行系统认证。 + %package devel -Summary: Development files for kiran authentication service +Summary: Development files for kiran authentication service +Summary(zh_CN): Kiran 桌面认证服务的开发文件 Requires: %{name} = %{version}-%{release} %description devel -Development files for kiran authentication service +%{summary} + +%description devel -l zn_CN +%{summary:zh_CN} %prep %autosetup -p1 @@ -97,6 +106,10 @@ systemctl enable kiran-authentication-daemon.service %{_includedir}/kiran-authentication-service/kas-authentication-i.h %changelog +* Fri Nov 28 2025 gaobo - 2.5.1-11 +- add location translations +- change minimum version of cmake to a range + * Thu Aug 14 2025 yangfeng - 2.5.1-10 - KYOS-B: fix openeuler2509 compile error -- Gitee