From 3c8b8f9f9bc276d91cbf07041ebf7032101fc83f Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Wed, 1 Mar 2023 22:39:02 +0800 Subject: [PATCH] Fix riscv64 build error --- biometric-authentication.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/biometric-authentication.spec b/biometric-authentication.spec index 2d4719b..4702d4a 100644 --- a/biometric-authentication.spec +++ b/biometric-authentication.spec @@ -1,6 +1,6 @@ Name: biometric-authentication Version: 0.9.72 -Release: 5 +Release: 6 Summary: biometric-authentication License: LGPL-3.0 URL: http://www.ukui.org @@ -12,6 +12,9 @@ Source0: %{name}-%{version}.tar.gz %ifarch aarch64 %global platform aarch64 %endif +%ifarch riscv64 +%global platform riscv64 +%endif BuildRequires: python3 BuildRequires: automake @@ -167,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 01 2023 misaka00251 - 0.9.72-6 +- Fix riscv64 build error + * Wed Mar 01 2023 peijiankang - 0.9.72-5 - remove rpath of biometric-authentication