From 681b6a36d92fe9281f0103fecbf301d527d3faa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 13:51:44 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62176 --- apache-commons-codec.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec index 3d93876..7e111b7 100644 --- a/apache-commons-codec.spec +++ b/apache-commons-codec.spec @@ -2,11 +2,12 @@ Name: apache-commons-codec Version: 1.15 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Implementations of common encoders and decoders License: ASL 2.0 URL: https://commons.apache.org/codec/ BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 Source0: https://archive.apache.org/dist/commons/codec/source/commons-codec-%{version}-src.tar.gz # Data in DoubleMetaphoneTest.java originally has an inadmissible license. @@ -51,6 +52,9 @@ export MAVEN_OPTS="-Xmx1024m" %doc RELEASE-NOTES* %changelog +* Sat Nov 23 2024 Marián Konček - 1.15-9 +- Disable building on i686 + * Wed Nov 20 2024 Marián Konček - 1.15-8 - Rebuild with regenerated Requires on Java