From 735b54bce33725fbf39e858bd214fee3c05b400d Mon Sep 17 00:00:00 2001 From: Tibbs Date: Jun 06 2017 19:56:40 +0000 Subject: Writeup of https://pagure.io/packaging-committee/issue/684 --- diff --git a/guidelines/Packaging:Guidelines.mw b/guidelines/Packaging:Guidelines.mw index fe9b678..c5ea955 100644 --- a/guidelines/Packaging:Guidelines.mw +++ b/guidelines/Packaging:Guidelines.mw @@ -1548,8 +1548,7 @@ If your package introduces build time circular dependencies, you should use this
 # When we are bootstrapping, we drop some dependencies, and/or build time tests.
-# Set this to 0 after we've bootstrapped.
-%{!?_with_bootstrap: %global bootstrap 1}
+%{?_with_bootstrap: %global bootstrap 1}
 
 [...]