From dda54e7ee33ca1f3b5fa26a44e1a75f52e8203b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 13:42:32 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62176 --- httpcomponents-core.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 3a0af27..adc988d 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -3,13 +3,14 @@ Name: httpcomponents-core Summary: Set of low level Java HTTP transport components for HTTP services Version: 4.4.13 -Release: 9%{?dist} +Release: 10%{?dist} License: ASL 2.0 URL: http://hc.apache.org/ Source0: https://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz Patch0: 0001-Port-to-mockito-2.patch BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 BuildRequires: maven-local-openjdk8 %if %{with bootstrap} @@ -95,6 +96,9 @@ done %doc README.txt RELEASE_NOTES.txt %changelog +* Sat Nov 23 2024 Marián Konček - 4.4.13-10 +- Disable building on i686 + * Thu Nov 21 2024 Marián Konček - 4.4.13-9 - Fix patch usage