From 6e50e56f865c850878e240081a5f621459992a54 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-beanutils.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-commons-beanutils.spec b/apache-commons-beanutils.spec index c7a45b4..db92c70 100644 --- a/apache-commons-beanutils.spec +++ b/apache-commons-beanutils.spec @@ -7,6 +7,7 @@ Summary: Java utility methods for accessing and modifying the properties License: ASL 2.0 URL: http://commons.apache.org/beanutils BuildArch: noarch +ExclusiveArch: %{java_arches} noarch Source0: http://archive.apache.org/dist/commons/beanutils/source/commons-beanutils-%{version}-src.tar.gz BuildRequires: maven-local