From f16bb14b13458299b9bcb4e9e9de95ba2d210195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 12:51:59 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62176 --- apache-commons-lang3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-lang3.spec b/apache-commons-lang3.spec index 344fa01..3534b74 100644 --- a/apache-commons-lang3.spec +++ b/apache-commons-lang3.spec @@ -2,11 +2,12 @@ Name: apache-commons-lang3 Version: 3.12.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 URL: https://commons.apache.org/lang BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 Source0: https://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz Patch1: 0001-Remove-test-dependency-on-JUnit-Pioneer.patch @@ -81,6 +82,9 @@ sed -i '//d' pom.xml %doc RELEASE-NOTES.txt %changelog +* Sat Nov 23 2024 Marián Konček - 3.12.0-9 +- Disable building on i686 + * Thu Nov 21 2024 Marián Konček - 3.12.0-8 - Fix patch usage