Fix patch usage
Related: RHEL-62398
This commit is contained in:
parent
5fbddc9f19
commit
c45cb13ba3
@ -3,7 +3,7 @@
|
|||||||
Name: httpcomponents-client
|
Name: httpcomponents-client
|
||||||
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
||||||
Version: 4.5.13
|
Version: 4.5.13
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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/httpclient/source/%{name}-%{version}-src.tar.gz
|
Source0: https://www.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz
|
||||||
@ -43,8 +43,8 @@ encouraged to upgrade.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch 0 -p1
|
%patch -P 0 -p1
|
||||||
%patch 1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
%mvn_package :::tests: __noinstall
|
%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
|
%doc README.txt RELEASE_NOTES.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 4.5.13-4
|
||||||
- Rebuild with regenerated Requires on Java
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user