From 6d4816a51e642fa5bfb31f0bcd6f0b2c1c6f4054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 13:51:03 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62176 --- apache-commons-cli.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index a4614d5..a624386 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -2,11 +2,12 @@ Name: apache-commons-cli Version: 1.4 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Command Line Interface Library for Java License: ASL 2.0 URL: http://commons.apache.org/cli/ BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 Source0: http://www.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz @@ -46,6 +47,9 @@ command line arguments and options. %doc README.md RELEASE-NOTES.txt %changelog +* Sat Nov 23 2024 Marián Konček - 1.4-19 +- Disable building on i686 + * Wed Nov 20 2024 Marián Konček - 1.4-18 - Rebuild with regenerated Requires on Java