Add noarch to ExclusiveArch

Related: RHEL-62176
This commit is contained in:
Marián Konček 2024-11-23 22:49:55 +01:00
parent a00efef355
commit 52f03728f1

View File

@ -2,12 +2,12 @@
Name: apache-commons-codec Name: apache-commons-codec
Version: 1.15 Version: 1.15
Release: 9%{?dist} Release: 10%{?dist}
Summary: Implementations of common encoders and decoders Summary: Implementations of common encoders and decoders
License: ASL 2.0 License: ASL 2.0
URL: https://commons.apache.org/codec/ URL: https://commons.apache.org/codec/
BuildArch: noarch BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64 ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Source0: https://archive.apache.org/dist/commons/codec/source/commons-codec-%{version}-src.tar.gz Source0: https://archive.apache.org/dist/commons/codec/source/commons-codec-%{version}-src.tar.gz
# Data in DoubleMetaphoneTest.java originally has an inadmissible license. # Data in DoubleMetaphoneTest.java originally has an inadmissible license.
@ -52,6 +52,9 @@ export MAVEN_OPTS="-Xmx1024m"
%doc RELEASE-NOTES* %doc RELEASE-NOTES*
%changelog %changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.15-10
- Add noarch to ExclusiveArch
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.15-9 * Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.15-9
- Disable building on i686 - Disable building on i686