Add noarch to ExclusiveArch

Related: RHEL-62176
This commit is contained in:
Marián Konček 2024-11-23 22:40:13 +01:00
parent 788919b5d2
commit fb2e25d55a

View File

@ -3,14 +3,14 @@
Name: httpcomponents-core
Summary: Set of low level Java HTTP transport components for HTTP services
Version: 4.4.13
Release: 10%{?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
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
BuildRequires: maven-local-openjdk8
%if %{with bootstrap}
@ -96,6 +96,9 @@ done
%doc README.txt RELEASE_NOTES.txt
%changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 4.4.13-11
- Add noarch to ExclusiveArch
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 4.4.13-10
- Disable building on i686