From 30b7ab2db3d5cf3651ecf8115de954fe16e79356 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Fri, 23 Jun 2023 10:07:34 +0100 Subject: [PATCH] Conditionalise use of ExclusiveArch --- fasterxml-oss-parent.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fasterxml-oss-parent.spec b/fasterxml-oss-parent.spec index e61458a..ef51d42 100644 --- a/fasterxml-oss-parent.spec +++ b/fasterxml-oss-parent.spec @@ -14,7 +14,9 @@ BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildArch: noarch +%if 0%{?fedora} ExclusiveArch: %{java_arches} noarch +%endif %description FasterXML is the business behind the Woodstox streaming XML parser,