From 5c2ac606f859eb73c6b8f52c1c7299f7499b2ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Fri, 22 Nov 2024 20:01:23 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62179 --- xerces-j2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xerces-j2.spec b/xerces-j2.spec index b491666..2176fce 100644 --- a/xerces-j2.spec +++ b/xerces-j2.spec @@ -2,7 +2,7 @@ Name: xerces-j2 Version: 2.12.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Java XML parser # Most of the source is ASL 2.0 # W3C licensed files: @@ -10,6 +10,8 @@ Summary: Java XML parser # src/org/w3c/dom/html/HTMLDOMImplementation.java License: ASL 2.0 and W3C URL: http://xerces.apache.org/xerces2-j/ +BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 %global cvs_version %(tr . _ <<< %{version}) @@ -31,8 +33,6 @@ Patch1: %{name}-manifest.patch # Patch build.xml to patch modules as needed during javadoc generation Patch2: %{name}-modulefix.patch -BuildArch: noarch - BuildRequires: javapackages-local BuildRequires: ant BuildRequires: apache-parent @@ -191,6 +191,9 @@ ln -sf %{name}.jar %{_javadir}/jaxp_parser_impl.jar %{_datadir}/%{name} %changelog +* Fri Nov 22 2024 Marián Konček - 2.12.1-9 +- Disable building on i686 + * Thu Nov 21 2024 Marián Konček - 2.12.1-8 - Fix patch usage