From f4b62bd17cbd6201e48bce0bbd209890d24d299d Mon Sep 17 00:00:00 2001 From: happy_orange Date: Tue, 2 Jan 2024 11:19:46 +0800 Subject: [PATCH] add loongarch support --- libffado.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libffado.spec b/libffado.spec index fdd2ccd..774ffd3 100644 --- a/libffado.spec +++ b/libffado.spec @@ -1,10 +1,10 @@ -%define anolis_release 2 +%define anolis_release 3 %global needs_scons_quirk 0 Summary: Free firewire audio driver library Name: libffado Version: 2.4.7 -Release: %{anolis_release}%{dist} +Release: %{anolis_release}%{dist} License: GPLv2 or GPLv3 URL: http://www.ffado.org/ Source0: http://www.ffado.org/files/%{name}-%{version}.tgz @@ -40,7 +40,6 @@ BuildRequires: python3-scons >= 3.0.2 BuildRequires: python3-scons %endif -ExclusiveArch: x86_64 aarch64 %description @@ -171,6 +170,9 @@ appstream-util validate-relax --nonet \ %doc AUTHORS ChangeLog README %changelog +* Tue Jan 02 2023 happy_orange - 2.4.7-3 +- add loongarch arch + * Fri Dec 29 2023 happy_orange - 2.4.7-2 - fix the source error -- Gitee