From db990686c9a7f0698152247fdc4133da090dc1ec 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-project.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/httpcomponents-project.spec b/httpcomponents-project.spec index 9eed7f6..686b961 100644 --- a/httpcomponents-project.spec +++ b/httpcomponents-project.spec @@ -9,6 +9,7 @@ URL: https://hc.apache.org/ Source0: https://archive.apache.org/dist/httpcomponents/httpcomponents-parent/httpcomponents-parent-%{version}-source-release.zip Source1: https://www.apache.org/licenses/LICENSE-2.0.txt BuildArch: noarch +ExclusiveArch: %{java_arches} noarch BuildRequires: maven-local %if %{with bootstrap}