From de9f902e3bb37c82c35a6b6ec7af776a494307b2 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 9 Jun 2021 12:52:20 +0200 Subject: [PATCH] Non-bootstrap build Resolves: rhbz#1951482 --- httpcomponents-client.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index 5d06393..d61b63f 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -1,8 +1,4 @@ -# Workaround for rhbz#1969370: __bootstrap macro is not defined in -# CentOS Stream, See https://bugzilla.redhat.com/1969370 -%global __bootstrap ~bootstrap - -%bcond_without bootstrap +%bcond_with bootstrap Name: httpcomponents-client Summary: HTTP agent implementation based on httpcomponents HttpCore