Rebuild with regenerated Requires on Java
Related: RHEL-62398
This commit is contained in:
parent
a3d7f7dfb9
commit
5fbddc9f19
@ -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: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -14,7 +14,7 @@ Patch1: 0002-Port-to-mockito-2.patch
|
|||||||
|
|
||||||
BuildRequires: maven-local-openjdk8
|
BuildRequires: maven-local-openjdk8
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: javapackages-bootstrap
|
BuildRequires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
BuildRequires: mvn(commons-codec:commons-codec)
|
BuildRequires: mvn(commons-codec:commons-codec)
|
||||||
BuildRequires: mvn(commons-logging:commons-logging)
|
BuildRequires: mvn(commons-logging:commons-logging)
|
||||||
@ -43,8 +43,8 @@ encouraged to upgrade.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1
|
%patch 0 -p1
|
||||||
%patch1 -p1
|
%patch 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
|
||||||
|
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 4.5.13-4
|
||||||
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.5.13-3
|
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.5.13-3
|
||||||
- Rebuild to regenerate auto-requires
|
- Rebuild to regenerate auto-requires
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user