From 65193d85b1c42047e0bd9ac0df93ba11fb39feba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 9 Jan 2024 12:08:12 +0100 Subject: [PATCH] Update comment about the bootstrap bcond I've noticed this when importing the package to Python 3.12 RHEL stack. The wheel is always built, the comment was outdated. --- python-wheel.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-wheel.spec b/python-wheel.spec index 09ebe9f..a074275 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,4 +1,6 @@ -# The function of bootstrap is that it disables the wheel subpackage +# The function of bootstrap is that it builds the package with flit_core.wheel +# and installs it by unzipping it. +# A real build uses %%pyproject_wheel and %%pyproject_install. %bcond bootstrap 0 # Default: when bootstrapping -> disable tests %bcond tests %{without bootstrap}