From 188ffba674c7943769b1ed279cd8be39b51e3ad9 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 --- osgi-core.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/osgi-core.spec b/osgi-core.spec index 0a21e20..fe8b006 100644 --- a/osgi-core.spec +++ b/osgi-core.spec @@ -11,6 +11,7 @@ URL: https://www.osgi.org Source0: https://docs.osgi.org/download/r8/osgi.core-%{version}.jar BuildArch: noarch +ExclusiveArch: %{java_arches} noarch BuildRequires: maven-local %if %{with bootstrap}