From eef549c0893206b75b2c62e285e900e723bc92f7 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 12 May 2022 22:33:23 +0200 Subject: [PATCH] Add ExclusiveArch: %{java_arches} noarch See: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- apache-commons-cli.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index 9737eef..e39d934 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -7,6 +7,7 @@ Summary: Command Line Interface Library for Java License: ASL 2.0 URL: http://commons.apache.org/cli/ BuildArch: noarch +ExclusiveArch: %{java_arches} noarch Source0: http://www.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz