From c7b4545d22c0786f74ed47655c6f481067aab2a4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 29 Aug 2019 17:27:50 +0200 Subject: [PATCH] disable memcached and ehcache support --- httpcomponents-client.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index 07ad099..bd9c272 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -1,10 +1,10 @@ -%bcond_without memcached -%bcond_without ehcache +%bcond_with memcached +%bcond_with ehcache Name: httpcomponents-client Summary: HTTP agent implementation based on httpcomponents HttpCore Version: 4.5.7 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: http://hc.apache.org/ Source0: http://www.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz @@ -25,8 +25,8 @@ BuildRequires: mvn(net.sf.ehcache:ehcache-core) BuildRequires: mvn(net.spy:spymemcached) %endif BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.apache.httpcomponents:httpcomponents-parent:pom:) BuildRequires: mvn(org.apache.httpcomponents:httpcore) -BuildRequires: mvn(org.apache.httpcomponents:project:pom:) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(org.easymock:easymock) BuildRequires: mvn(org.mockito:mockito-core) @@ -175,6 +175,9 @@ rm -r httpclient-cache/src/*/java/org/apache/http/impl/client/cache/ehcache %doc LICENSE.txt NOTICE.txt %changelog +* Thu Aug 29 2019 Fabio Valentini - 4.5.7-3 +- Disable memcached and ehcache support. + * Thu Jul 25 2019 Fedora Release Engineering - 4.5.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild