From e3beb0f124b8b74a0449c459329cdf8b0a3e8274 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 6 Jul 2023 09:38:13 -0500 Subject: [PATCH] Conditionalize use of ExclusiveArch --- resteasy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resteasy.spec b/resteasy.spec index cd6bf2d..78ededc 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -3,7 +3,7 @@ Name: resteasy Version: 3.0.26 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Framework for RESTful Web services and Java applications License: Apache-2.0 URL: http://resteasy.jboss.org/ @@ -14,7 +14,9 @@ Patch3: 0001-Replace-javax.activation-imports-with-jakarta.activa.patch Patch4: 0001-Update-to-new-jakarta-xml-bind-namespace.patch BuildArch: noarch +%if 0%{?fedora} ExclusiveArch: %{java_arches} noarch +%endif BuildRequires: maven-local BuildRequires: mvn(commons-io:commons-io) @@ -237,6 +239,9 @@ find -name '*.jar' -print -delete %license License.html %changelog +* Thu Jul 06 2023 Dogtag PKI Team - 3.0.26-26 +- Conditionalize use of ExclusiveArch + * Mon May 01 2023 Dogtag PKI Team - 3.0.26-25 - Update top-level package to depend on servlet-initializer