Fix riscv64 build error
This commit is contained in:
parent
2f1fd76691
commit
3c8b8f9f9b
@ -1,6 +1,6 @@
|
|||||||
Name: biometric-authentication
|
Name: biometric-authentication
|
||||||
Version: 0.9.72
|
Version: 0.9.72
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: biometric-authentication
|
Summary: biometric-authentication
|
||||||
License: LGPL-3.0
|
License: LGPL-3.0
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -12,6 +12,9 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
%global platform aarch64
|
%global platform aarch64
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch riscv64
|
||||||
|
%global platform riscv64
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -167,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 01 2023 misaka00251 <liuxin@iscas.ac.cn> - 0.9.72-6
|
||||||
|
- Fix riscv64 build error
|
||||||
|
|
||||||
* Wed Mar 01 2023 peijiankang <peijiankang@kylinos.cn> - 0.9.72-5
|
* Wed Mar 01 2023 peijiankang <peijiankang@kylinos.cn> - 0.9.72-5
|
||||||
- remove rpath of biometric-authentication
|
- remove rpath of biometric-authentication
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user