Revert "Enable bootstrap"

This reverts commit 4a3d2a00b0.
This commit is contained in:
Lumir Balhar 2025-11-27 12:27:49 +01:00
parent 4a3d2a00b0
commit 2cad4988c0

View File

@ -4,7 +4,7 @@
# Specify --with bootstrap to build in bootstrap mode
# This mode is needed, because python3-rpm-generators need packaging
%bcond_without bootstrap
%bcond_with bootstrap
# When bootstrapping, the tests and docs are disabled because the dependencies are not yet available.
# We don't want python-pretend in future RHEL, so we disable tests on RHEL as well.