From de644f49f544b695258e88ce271f9f52036a3ea1 Mon Sep 17 00:00:00 2001 From: Frederic Berat Date: Fri, 29 Jul 2022 17:33:08 +0200 Subject: [PATCH] Remove ExclusiveArch restriction Since there is no java dependency in any way anymore, there is no point to be restrictive on the arches. Reviewed-by: Jonathan Wakely --- automake.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.spec b/automake.spec index 439da55..18aa48e 100644 --- a/automake.spec +++ b/automake.spec @@ -54,7 +54,6 @@ BuildRequires: perl(Thread::Queue) BuildRequires: perl(threads) BuildArch: noarch -ExclusiveArch: %{java_arches} noarch # for better tests coverage: %if %{with check} @@ -141,6 +140,7 @@ make -k %{?_smp_mflags} check %{?TESTS_FLAGS: TESTS="%{TESTS_FLAGS}"} \ %changelog * Wed Aug 03 2022 Frederic Berat - 1.16.5-9 - Fix tests environment failures due to LDFLAGS being set globally +- Remove ExclusiveArch as there is no java dependency anymore * Wed Jul 20 2022 Fedora Release Engineering - 1.16.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild