From 788fd8c9d4245ff7897e32bdfb0ca0bf66a4ed2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 21:57:17 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62179 --- apache-commons-net.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-net.spec b/apache-commons-net.spec index 767e3bb..dac0b0b 100644 --- a/apache-commons-net.spec +++ b/apache-commons-net.spec @@ -3,13 +3,13 @@ Name: apache-%{short_name} Version: 3.6 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Internet protocol suite Java library License: ASL 2.0 URL: http://commons.apache.org/%{base_name}/ Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch BuildRequires: maven-local BuildRequires: mvn(junit:junit) @@ -57,6 +57,9 @@ rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java %license LICENSE.txt NOTICE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 3.6-17 +- Add noarch to ExclusiveArch + * Fri Nov 22 2024 Marián Konček - 3.6-16 - Disable building on i686