From 1c7390a7f4127476e0898409a9d97815e12d1091 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 5 Aug 2024 11:45:36 -0700 Subject: [PATCH] Turn bootstrap off Signed-off-by: Troy Dawson --- httpcomponents-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index d4ea8e9..aa5785d 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