From bed08717647343efebe24d73589832eb6e6eb7e9 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 12 May 2022 22:33:23 +0200 Subject: [PATCH] Add ExclusiveArch: %{java_arches} noarch See: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- apache-commons-lang3.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-commons-lang3.spec b/apache-commons-lang3.spec index 730ae60..4f765e2 100644 --- a/apache-commons-lang3.spec +++ b/apache-commons-lang3.spec @@ -7,6 +7,7 @@ Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 URL: https://commons.apache.org/lang BuildArch: noarch +ExclusiveArch: %{java_arches} noarch Source0: https://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz Patch1: 0001-Remove-test-dependency-on-JUnit-Pioneer.patch