From 370d87c802630a3fa8e74b32461fef502517da74 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 14 Nov 2023 00:50:40 +0100 Subject: [PATCH] Disable bootstrap --- python3.12-setuptools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.12-setuptools.spec b/python3.12-setuptools.spec index bcf6a44..efc7f0c 100644 --- a/python3.12-setuptools.spec +++ b/python3.12-setuptools.spec @@ -4,7 +4,7 @@ %global srcname setuptools # used when bootstrapping new Python versions -%bcond_without bootstrap +%bcond_with bootstrap # Similar to what we have in pythonX.Y.spec files. # If enabled, provides unversioned executables and other stuff. @@ -19,7 +19,7 @@ Name: python%{python3_pkgversion}-setuptools # When updating, update the bundled libraries versions bellow! Version: 68.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # platformdirs is MIT @@ -219,6 +219,9 @@ PYTHONPATH=$(pwd) %pytest \ %changelog +* Mon Nov 13 2023 Charalampos Stratakis - 68.2.2-2 +- Disable bootstrap + * Thu Oct 05 2023 Tomáš Hrnčiar - 68.2.2-1 - Initial package