From 8c52c5a2a6964f2454623fb8bdf942fb157ec38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Fri, 22 Nov 2024 14:20:44 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62179 --- apache-commons-logging.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index 70a4bba..9dbbefa 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -2,11 +2,12 @@ Name: apache-commons-logging Version: 1.2 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Apache Commons Logging License: ASL 2.0 URL: http://commons.apache.org/logging BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 Source0: http://www.apache.org/dist/commons/logging/source/commons-logging-%{version}-src.tar.gz Source2: http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom @@ -82,6 +83,9 @@ rm -rf src/test/java/org/apache/commons/logging/log4j/log4j12 %doc PROPOSAL.html RELEASE-NOTES.txt %changelog +* Fri Nov 22 2024 Marián Konček - 1.2-32 +- Disable building on i686 + * Tue Nov 19 2024 Marián Konček - 1.2-31 - Rebuild with regenerated Requires on Java