Add noarch to ExclusiveArch

Related: RHEL-62176
This commit is contained in:
Marián Konček 2024-11-23 22:39:19 +01:00
parent 793d0ed255
commit 56d297d580

View File

@ -2,12 +2,12 @@
Name: apache-commons-lang3 Name: apache-commons-lang3
Version: 3.12.0 Version: 3.12.0
Release: 9%{?dist} Release: 10%{?dist}
Summary: Provides a host of helper utilities for the java.lang API Summary: Provides a host of helper utilities for the java.lang API
License: ASL 2.0 License: ASL 2.0
URL: https://commons.apache.org/lang URL: https://commons.apache.org/lang
BuildArch: noarch 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 Source0: https://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz
Patch1: 0001-Remove-test-dependency-on-JUnit-Pioneer.patch Patch1: 0001-Remove-test-dependency-on-JUnit-Pioneer.patch
@ -82,6 +82,9 @@ sed -i '/<argLine>/d' pom.xml
%doc RELEASE-NOTES.txt %doc RELEASE-NOTES.txt
%changelog %changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.12.0-10
- Add noarch to ExclusiveArch
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.12.0-9 * Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.12.0-9
- Disable building on i686 - Disable building on i686