From 5c5e4c152a139c6839b2a2283d8f0a5a6c733ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Tue, 9 Jan 2024 12:50:09 +0100 Subject: [PATCH] Workaround for CS-1907 --- python3.12-setuptools.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python3.12-setuptools.spec b/python3.12-setuptools.spec index 18c1220..5663443 100644 --- a/python3.12-setuptools.spec +++ b/python3.12-setuptools.spec @@ -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