Workaround for CS-1907

This commit is contained in:
Tomáš Hrnčiar 2024-01-09 12:50:09 +01:00
parent 41aef49b54
commit 5c5e4c152a

View File

@ -3,6 +3,11 @@
%global srcname setuptools
# Workaround for https://issues.redhat.com/browse/CS-1907
# By defining the %%{__bootstrap} value,
# we prevent misconfigured Koji putting a literal %%{__bootstrap} in %%dist.
%{!?__bootstrap:%global __bootstrap %{nil}}
# used when bootstrapping new Python versions
%bcond_without bootstrap