Fix patch usage

Related: RHEL-62398
This commit is contained in:
Marián Konček 2024-11-21 01:20:00 +01:00
parent 5fbddc9f19
commit c45cb13ba3

View File

@ -3,7 +3,7 @@
Name: httpcomponents-client
Summary: HTTP agent implementation based on httpcomponents HttpCore
Version: 4.5.13
Release: 4%{?dist}
Release: 5%{?dist}
License: ASL 2.0
URL: http://hc.apache.org/
Source0: https://www.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz
@ -43,8 +43,8 @@ encouraged to upgrade.
%prep
%setup -q -n %{name}-%{version}
%patch 0 -p1
%patch 1 -p1
%patch -P 0 -p1
%patch -P 1 -p1
%mvn_package :::tests: __noinstall
@ -124,6 +124,9 @@ rm httpclient/src/test/java/org/apache/http/client/config/TestRequestConfig.java
%doc README.txt RELEASE_NOTES.txt
%changelog
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 4.5.13-5
- Fix patch usage
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 4.5.13-4
- Rebuild with regenerated Requires on Java