sync master and 24.03-LTS

This commit is contained in:
peijiankang 2024-12-18 10:06:11 +08:00
parent 73c5f37624
commit 78c8cade9a

View File

@ -1,6 +1,6 @@
Name: biometric-authentication Name: biometric-authentication
Version: 0.9.72 Version: 0.9.72
Release: 9 Release: 10
Summary: biometric-authentication Summary: biometric-authentication
License: LGPL-3.0 License: LGPL-3.0
URL: http://www.ukui.org URL: http://www.ukui.org
@ -86,15 +86,13 @@ Biometric Identification DRIVER API - development files
%package -n libbiometric0 %package -n libbiometric0
Summary: libbiometric0 Summary: libbiometric0
Requires: systemd Requires: systemd
License: LGPL-3.0 license License: LGPL-3.0
%description -n libbiometric0 %description -n libbiometric0
Biometric Identification library Biometric Identification library
%prep %prep
%setup -q %autosetup -n %{name}-%{version} -p1
%patch01 -p1
%patch02 -p1
%build %build
export prefix=/usr export prefix=/usr
@ -153,8 +151,7 @@ rm -rf $RPM_BUILD_ROOT
%files -n biometric-driver-community-multidevice %files -n biometric-driver-community-multidevice
/usr/lib/biometric-authentication/discover-tools/extra/community-multidevice-discover-tool /usr/lib/biometric-authentication/discover-tools/extra/community-multidevice-discover-tool
/usr/lib/biometric-authentication/drivers/*.la /usr/lib/biometric-authentication/drivers/*
/usr/lib/biometric-authentication/drivers/*.so
/usr/lib/biometric-authentication/discover-tools/usb* /usr/lib/biometric-authentication/discover-tools/usb*
@ -186,6 +183,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Dec 10 2024 peijiankang <peijiankang@kylinos.cn> - 0.9.72-10
- fix license info
* Tue Jun 18 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 0.9.72-9 * Tue Jun 18 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 0.9.72-9
- fix build build error for loongarch64 - fix build build error for loongarch64