From 74a5cb923ab80d4d1079fbf3d22b1ed27f2b311b 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-client.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index 24c4f30..670d1fa 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -8,6 +8,7 @@ License: ASL 2.0 URL: http://hc.apache.org/ Source0: https://www.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz BuildArch: noarch +ExclusiveArch: %{java_arches} noarch Patch0: 0001-Use-system-copy-of-effective_tld_names.dat.patch Patch1: 0002-Port-to-mockito-2.patch