From 715d6c56c102fc81f58c40a51c2943eb90d31623 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 --- jdom2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/jdom2.spec b/jdom2.spec index ebc54db..f7c7fa3 100644 --- a/jdom2.spec +++ b/jdom2.spec @@ -35,6 +35,7 @@ BuildRequires: ant-junit %endif BuildArch: noarch +ExclusiveArch: %{java_arches} noarch %description JDOM is a Java-oriented object model which models XML documents.