From 32f0b3756f49058f1f197f696ff9ff20d766c1c8 Mon Sep 17 00:00:00 2001 From: Hailiang Date: Mon, 10 Mar 2025 14:33:45 +0800 Subject: [PATCH] add sw_64 support --- biometric-authentication.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/biometric-authentication.spec b/biometric-authentication.spec index d13d030..5672090 100644 --- a/biometric-authentication.spec +++ b/biometric-authentication.spec @@ -1,6 +1,6 @@ Name: biometric-authentication Version: 0.9.72 -Release: 10 +Release: 11 Summary: biometric-authentication License: LGPL-3.0 URL: http://www.ukui.org @@ -20,6 +20,9 @@ Patch02: 0002-delete-biometric-authenticationd-SingleInstance.patch %ifarch loongarch64 %global platform loongarch64 %endif +%ifarch sw_64 +%global platform sw_64 +%endif BuildRequires: python3 BuildRequires: automake @@ -183,6 +186,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 10 2025 mahailiang - 0.9.72-11 +- fix sw_64 build error + * Tue Dec 10 2024 peijiankang - 0.9.72-10 - fix license info -- Gitee