Fix patch usage

Related: RHEL-62398
This commit is contained in:
Marián Konček 2024-11-21 01:12:08 +01:00
parent d8f7c1adc2
commit eef56401c7

View File

@ -3,7 +3,7 @@
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: 8%{?dist} Release: 9%{?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
@ -40,7 +40,7 @@ HTTP connections in a resource efficient manner.
%prep %prep
%setup -q %setup -q
%patch 0 -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 +95,9 @@ done
%doc README.txt RELEASE_NOTES.txt %doc README.txt RELEASE_NOTES.txt
%changelog %changelog
* 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 * Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 4.4.13-8
- Rebuild with regenerated Requires on Java - Rebuild with regenerated Requires on Java