From 1b956a41e2ba148b8ec0f4b4a06f6565a5ddf3e3 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Fri, 29 Dec 2023 20:50:13 +0800 Subject: [PATCH] fix the source error --- libffado-2.4.7.tar.gz => libffado-2.4.7.tgz | Bin libffado.spec | 11 +++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) rename libffado-2.4.7.tar.gz => libffado-2.4.7.tgz (100%) diff --git a/libffado-2.4.7.tar.gz b/libffado-2.4.7.tgz similarity index 100% rename from libffado-2.4.7.tar.gz rename to libffado-2.4.7.tgz diff --git a/libffado.spec b/libffado.spec index 353c127..fdd2ccd 100644 --- a/libffado.spec +++ b/libffado.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global needs_scons_quirk 0 Summary: Free firewire audio driver library @@ -7,7 +7,7 @@ Version: 2.4.7 Release: %{anolis_release}%{dist} License: GPLv2 or GPLv3 URL: http://www.ffado.org/ -Source0: http://www.ffado.org/files/%{name}-%{version}.tar.gz +Source0: http://www.ffado.org/files/%{name}-%{version}.tgz # The trunk is tarballed as follows: # bash libffado-snapshot.sh 2088 # The fetch script @@ -39,6 +39,10 @@ BuildRequires: python3-scons >= 3.0.2 %else BuildRequires: python3-scons %endif + +ExclusiveArch: x86_64 aarch64 + + %description The FFADO project aims to provide a generic, open-source solution for the support of FireWire based audio devices for the Linux platform. It is the @@ -167,5 +171,8 @@ appstream-util validate-relax --nonet \ %doc AUTHORS ChangeLog README %changelog +* Fri Dec 29 2023 happy_orange - 2.4.7-2 +- fix the source error + * Tue Mar 28 2023 Zhongling He - 2.4.7-1 - Init package from upstream -- Gitee