From b76e43e68fac43f945d552f380e3668cf3816781 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 12 May 2022 22:33:24 +0200 Subject: [PATCH] Add ExclusiveArch: %{java_arches} noarch See: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- apache-commons-net.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-commons-net.spec b/apache-commons-net.spec index cf7a43e..2c244fa 100644 --- a/apache-commons-net.spec +++ b/apache-commons-net.spec @@ -9,6 +9,7 @@ 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: %{java_arches} noarch BuildRequires: maven-local BuildRequires: mvn(junit:junit)