From 56d297d5806a5f7fa8b88ef07e34717fb5e50964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:39:19 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- apache-commons-lang3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-lang3.spec b/apache-commons-lang3.spec index 3534b74..43581d9 100644 --- a/apache-commons-lang3.spec +++ b/apache-commons-lang3.spec @@ -2,12 +2,12 @@ Name: apache-commons-lang3 Version: 3.12.0 -Release: 9%{?dist} +Release: 10%{?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 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz Patch1: 0001-Remove-test-dependency-on-JUnit-Pioneer.patch @@ -82,6 +82,9 @@ sed -i '//d' pom.xml %doc RELEASE-NOTES.txt %changelog +* Sat Nov 23 2024 Marián Konček - 3.12.0-10 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 3.12.0-9 - Disable building on i686