From 96657f374e02bd34593a40ccc6fc7c529b307c1c Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Mar 2025 06:59:54 +0000 Subject: [PATCH] import CS apache-commons-lang3-3.12.0-10.el9 --- SPECS/apache-commons-lang3.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/SPECS/apache-commons-lang3.spec b/SPECS/apache-commons-lang3.spec index 5ce2da6..43581d9 100644 --- a/SPECS/apache-commons-lang3.spec +++ b/SPECS/apache-commons-lang3.spec @@ -2,11 +2,12 @@ Name: apache-commons-lang3 Version: 3.12.0 -Release: 6%{?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 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 @@ -47,7 +48,7 @@ package. %prep %setup -n commons-lang3-%{version}-src -%patch1 -p1 +%patch -P 1 -p1 %pom_remove_plugin :maven-javadoc-plugin %pom_remove_dep org.openjdk.jmh:jmh-core @@ -81,6 +82,18 @@ 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 + +* Thu Nov 21 2024 Marián Konček - 3.12.0-8 +- Fix patch usage + +* Wed Nov 20 2024 Marián Konček - 3.12.0-7 +- Rebuild with regenerated Requires on Java + * Mon Jan 30 2023 Mikolaj Izdebski - 3.12.0-6 - Rebuild to regenerate auto-requires