diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec index 7e111b7..b62a6ab 100644 --- a/apache-commons-codec.spec +++ b/apache-commons-codec.spec @@ -2,12 +2,12 @@ Name: apache-commons-codec Version: 1.15 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Implementations of common encoders and decoders License: ASL 2.0 URL: https://commons.apache.org/codec/ 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 # Data in DoubleMetaphoneTest.java originally has an inadmissible license. @@ -52,6 +52,9 @@ export MAVEN_OPTS="-Xmx1024m" %doc RELEASE-NOTES* %changelog +* Sat Nov 23 2024 Marián Konček - 1.15-10 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 1.15-9 - Disable building on i686