From 52cd80ffb5582fbbf3b9caa02acc8fa2857f1ea5 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 12 May 2022 22:33:24 +0200 Subject: [PATCH] Add ExclusiveArch: %{java_arches} noarch See: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- plexus-pom.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/plexus-pom.spec b/plexus-pom.spec index d92c092..c5b792b 100644 --- a/plexus-pom.spec +++ b/plexus-pom.spec @@ -9,6 +9,7 @@ URL: https://github.com/codehaus-plexus/plexus-pom Source0: https://github.com/codehaus-plexus/plexus-pom/archive/plexus-%{version}.tar.gz Source1: https://www.apache.org/licenses/LICENSE-2.0.txt BuildArch: noarch +ExclusiveArch: %{java_arches} noarch BuildRequires: maven-local %if %{with bootstrap}