From 15cc7c10decceb3096f4510ecab593d37830f1a8 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Mar 28 2019 09:18:56 +0000 Subject: Provide hint how to enable/disable bootstrapping --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index beeb841..dfdd6e3 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -1588,7 +1588,7 @@ make check %endif .... -As a nice side-effect, when bootstrapping mode is enabled, the `~bootstrap` suffix is appended to the dist tag. This avoids the need to bump release between bootstrap and final build. You can disable the automatic suffix addition by specifying `%define _bootstrap %nil` in your spec file. +As a nice side-effect, when bootstrapping mode is enabled, the `~bootstrap` suffix is appended to the dist tag. This avoids the need to bump release between bootstrap and final build. You can temporarily enable bootstrapping by commit, which places `%global with_bootstrap 1` after `%bcond_with bootstrap` and later reverting the commit to do final build. You can disable the automatic suffix addition by specifying `%define _bootstrap %nil` in your spec file. If your package explicitly `+Provides:+` some functionality that is missing when bootstrapped, then that `+Provides:+` should look like: