From a1746a04b027ba3f299889a62322606a8f5d81e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Fri, 22 Nov 2024 19:59:48 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62179 --- xml-commons-apis.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xml-commons-apis.spec b/xml-commons-apis.spec index 2c0f34d..5d04896 100644 --- a/xml-commons-apis.spec +++ b/xml-commons-apis.spec @@ -1,10 +1,11 @@ Name: xml-commons-apis Version: 1.4.01 -Release: 37%{?dist} +Release: 38%{?dist} Summary: APIs for DOM, SAX, and JAXP License: ASL 2.0 and W3C and Public Domain URL: http://xml.apache.org/commons/ BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 # From source control because the published tarball doesn't include some docs: # svn export http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_4_01/java/external/ @@ -86,6 +87,9 @@ rm -rf build/docs/javadoc %files javadoc -f .mfiles-javadoc %changelog +* Fri Nov 22 2024 Marián Konček - 1.4.01-38 +- Disable building on i686 + * Tue Nov 19 2024 Marián Konček - 1.4.01-37 - Rebuild with regenerated Requires on Java