From 86a00c591398b258ecc738b2c35c058995b30192 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 20 Nov 2024 16:22:06 +0800 Subject: [PATCH] adopt to new cmake macro --- kiran-authentication-service.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kiran-authentication-service.spec b/kiran-authentication-service.spec index a0f4c56..d02278a 100644 --- a/kiran-authentication-service.spec +++ b/kiran-authentication-service.spec @@ -1,6 +1,6 @@ Name: kiran-authentication-service Version: 2.5.1 -Release: 7 +Release: 8 Summary: Kiran Desktop kiran authentication service License: MulanPSL-2.0 URL: http://www.kylinsec.com.cn @@ -40,6 +40,7 @@ Requires: kiran-log-qt5 Requires: kiran-system-daemon Requires: kiran-session-daemon Requires: kiran-authentication-devices +%{?systemd_requires} %description Kiran authentication service is used to do system auth with password, fingerprint, face @@ -55,12 +56,11 @@ Development files for kiran authentication service %autosetup -p1 %build -%{__mkdir} -p %{buildroot} -%cmake -make %{?_smp_mflags} V=1 +%cmake +%cmake_build %install -%make_install +%cmake_install %post -n kiran-authentication-service %systemd_post kiran-authentication-daemon.service @@ -95,6 +95,9 @@ systemctl enable kiran-authentication-daemon.service %{_includedir}/kiran-authentication-service/kas-authentication-i.h %changelog +* Wed Nov 20 2024 Funda Wang - 2.5.1-8 +- adopt to new cmake macro + * Mon Sep 11 2023 yinhongchang - 2.5.1-7 - KYOS-F: fix for versions earlier than qt5.10 in kiranUI-2.5(#15019) -- Gitee