From 78c8cade9a37dcf28e0c19e17ad5cec97580a148 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 18 Dec 2024 10:06:11 +0800 Subject: [PATCH] sync master and 24.03-LTS --- biometric-authentication.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/biometric-authentication.spec b/biometric-authentication.spec index db73c14..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 @@ -86,15 +86,13 @@ Biometric Identification DRIVER API - development files %package -n libbiometric0 Summary: libbiometric0 Requires: systemd -License: LGPL-3.0 license +License: LGPL-3.0 %description -n libbiometric0 Biometric Identification library %prep -%setup -q -%patch01 -p1 -%patch02 -p1 +%autosetup -n %{name}-%{version} -p1 %build export prefix=/usr @@ -153,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* @@ -186,6 +183,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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 -- Gitee