From 8caa2d3adfd76c3f3242f5ced0813661bec52d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:51:21 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- httpcomponents-client.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index b4d097a..84c1c11 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -3,12 +3,12 @@ Name: httpcomponents-client Summary: HTTP agent implementation based on httpcomponents HttpCore Version: 4.5.13 -Release: 6%{?dist} +Release: 7%{?dist} 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: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Patch0: 0001-Use-system-copy-of-effective_tld_names.dat.patch Patch1: 0002-Port-to-mockito-2.patch @@ -125,6 +125,9 @@ rm httpclient/src/test/java/org/apache/http/client/config/TestRequestConfig.java %doc README.txt RELEASE_NOTES.txt %changelog +* Sat Nov 23 2024 Marián Konček - 4.5.13-7 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 4.5.13-6 - Disable building on i686