diff --git a/python3.11-setuptools.spec b/python3.11-setuptools.spec index 91903fd..3c4a430 100644 --- a/python3.11-setuptools.spec +++ b/python3.11-setuptools.spec @@ -8,7 +8,7 @@ # WARNING When bootstrapping, disable tests as well, # because tests need pip. -%bcond_without bootstrap +%bcond_with bootstrap # Similar to what we have in pythonX.Y.spec files. # If enabled, provides unversioned executables and other stuff. @@ -21,7 +21,7 @@ Name: python%{python3_pkgversion}-setuptools # When updating, update the bundled libraries versions bellow! Version: 65.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # appdirs is MIT @@ -230,6 +230,9 @@ PYTHONPATH=$(pwd) %pytest \ %changelog +* Mon Jan 30 2023 Charalampos Stratakis - 65.5.1-2 +- Disable bootstrap + * Wed Oct 12 2022 Charalampos Stratakis - 65.5.1-1 - Initial package - Fedora contributions by: