From fc3de27bc56e50c93e6fcb8c0924af9799d974ce Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 18 Dec 2024 10:03:42 +0800 Subject: [PATCH] sync master and 24.03-LTS --- biometric-authentication.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/biometric-authentication.spec b/biometric-authentication.spec index 2141819..d13d030 100644 --- a/biometric-authentication.spec +++ b/biometric-authentication.spec @@ -1,6 +1,6 @@ Name: biometric-authentication Version: 0.9.72 -Release: 9 +Release: 10 Summary: biometric-authentication License: LGPL-3.0 URL: http://www.ukui.org @@ -17,6 +17,9 @@ Patch02: 0002-delete-biometric-authenticationd-SingleInstance.patch %ifarch riscv64 %global platform riscv64 %endif +%ifarch loongarch64 +%global platform loongarch64 +%endif BuildRequires: python3 BuildRequires: automake @@ -148,8 +151,7 @@ rm -rf $RPM_BUILD_ROOT %files -n biometric-driver-community-multidevice /usr/lib/biometric-authentication/discover-tools/extra/community-multidevice-discover-tool -#/usr/lib/biometric-authentication/drivers/*.la -/usr/lib/biometric-authentication/drivers/*.so +/usr/lib/biometric-authentication/drivers/* /usr/lib/biometric-authentication/discover-tools/usb* @@ -181,9 +183,12 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Dec 10 2024 peijiankang - 0.9.72-9 +* Tue Dec 10 2024 peijiankang - 0.9.72-10 - fix license info +* Tue Jun 18 2024 Wenlong Zhang - 0.9.72-9 +- fix build build error for loongarch64 + * Tue Mar 14 2023 peijiankang - 0.9.72-8 - delete biometric-authenticationd SingleInstance -- Gitee