import CS httpcomponents-core-4.4.13-11.el9
This commit is contained in:
parent
386bed4af8
commit
2b9fbbf9b1
@ -3,13 +3,14 @@
|
|||||||
Name: httpcomponents-core
|
Name: httpcomponents-core
|
||||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||||
Version: 4.4.13
|
Version: 4.4.13
|
||||||
Release: 7%{?dist}
|
Release: 11%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://hc.apache.org/
|
URL: http://hc.apache.org/
|
||||||
Source0: https://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz
|
Source0: https://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz
|
||||||
Patch0: 0001-Port-to-mockito-2.patch
|
Patch0: 0001-Port-to-mockito-2.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
|
||||||
|
|
||||||
BuildRequires: maven-local-openjdk8
|
BuildRequires: maven-local-openjdk8
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
@ -40,7 +41,7 @@ HTTP connections in a resource efficient manner.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
|
|
||||||
# Random test failures on ARM -- 100 ms sleep is not eneough on this
|
# Random test failures on ARM -- 100 ms sleep is not eneough on this
|
||||||
# very performant arch, lets make it 2 s
|
# very performant arch, lets make it 2 s
|
||||||
@ -95,6 +96,18 @@ done
|
|||||||
%doc README.txt RELEASE_NOTES.txt
|
%doc README.txt RELEASE_NOTES.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 4.4.13-9
|
||||||
|
- Fix patch usage
|
||||||
|
|
||||||
|
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 4.4.13-8
|
||||||
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.13-7
|
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.13-7
|
||||||
- Rebuild to regenerate auto-requires
|
- Rebuild to regenerate auto-requires
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user