From fa171177f662a426c3f64f0c64108d28960c41fa 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 --- httpcomponents-core.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 5e369e9..bc63ca6 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -10,6 +10,7 @@ Source0: https://www.apache.org/dist/httpcomponents/httpcore/source/httpc Patch0: 0001-Port-to-mockito-2.patch BuildArch: noarch +ExclusiveArch: %{java_arches} noarch BuildRequires: maven-local-openjdk8 %if %{with bootstrap}