From 970fef8b7da9088a6e45bb356ad07d5a50c12df4 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 13 May 2025 14:43:00 +0000 Subject: [PATCH] import UBI httpcomponents-core-4.4.13-11.el9 --- SPECS/httpcomponents-core.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SPECS/httpcomponents-core.spec b/SPECS/httpcomponents-core.spec index 3a0af27..77f07d4 100644 --- a/SPECS/httpcomponents-core.spec +++ b/SPECS/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: 11%{?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 noarch BuildRequires: maven-local-openjdk8 %if %{with bootstrap} @@ -95,6 +96,12 @@ done %doc README.txt RELEASE_NOTES.txt %changelog +* Sat Nov 23 2024 Marián Konček - 4.4.13-11 +- Add noarch to ExclusiveArch + +* 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