Workaround for CS-1907
This commit is contained in:
parent
41aef49b54
commit
5c5e4c152a
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
%global srcname setuptools
|
%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
|
# used when bootstrapping new Python versions
|
||||||
%bcond_without bootstrap
|
%bcond_without bootstrap
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user