From f67b1b4d355dbcbdf6f5a299fe8c221b25c8550b Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 17 May 2021 18:01:43 +0200 Subject: [PATCH] Non-bootstrap build --- httpcomponents-client.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index b6ee68d..aec6d80 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap Name: httpcomponents-client Summary: HTTP agent implementation based on httpcomponents HttpCore @@ -126,6 +126,7 @@ rm httpclient/src/test/java/org/apache/http/client/config/TestRequestConfig.java %changelog * Mon May 17 2021 Mikolaj Izdebski - 4.5.11-3 - Bootstrap build +- Non-bootstrap build * Wed Feb 17 2021 Fabio Valentini - 4.5.10-6 - Build with -release 8 for better OpenJDK 8 compatibility.