From bcaa3bcba007808f89a06ccc5e3e6dd75127a759 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 13 May 2021 19:08:42 +0200 Subject: [PATCH] Turn off bootstrap mode by default --- httpcomponents-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 123ab3f..6962aec 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap Name: httpcomponents-core Summary: Set of low level Java HTTP transport components for HTTP services