From 59c9c046012484b8bb4dad6daf47a7116a70f419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 21:45:27 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62179 --- xerces-j2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xerces-j2.spec b/xerces-j2.spec index 2176fce..9136f75 100644 --- a/xerces-j2.spec +++ b/xerces-j2.spec @@ -2,7 +2,7 @@ Name: xerces-j2 Version: 2.12.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Java XML parser # Most of the source is ASL 2.0 # W3C licensed files: @@ -11,7 +11,7 @@ Summary: Java XML parser License: ASL 2.0 and W3C URL: http://xerces.apache.org/xerces2-j/ BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch %global cvs_version %(tr . _ <<< %{version}) @@ -191,6 +191,9 @@ ln -sf %{name}.jar %{_javadir}/jaxp_parser_impl.jar %{_datadir}/%{name} %changelog +* Sat Nov 23 2024 Marián Konček - 2.12.1-10 +- Add noarch to ExclusiveArch + * Fri Nov 22 2024 Marián Konček - 2.12.1-9 - Disable building on i686