From 676e98e296b5b244e5ecc35175b203eb3e1c906e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:48:13 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- apache-commons-cli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index a624386..fd82760 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -2,12 +2,12 @@ Name: apache-commons-cli Version: 1.4 -Release: 19%{?dist} +Release: 20%{?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 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: http://www.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz @@ -47,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-20 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 1.4-19 - Disable building on i686