From a184116ecafa45dbc6acf25e3481b127aa7437f0 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 30 Jan 2023 21:08:29 +0100 Subject: [PATCH] Disable bootstrap Bump release to sync with RHEL8 Resolves: rhbz#2127923 --- python3.11.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python3.11.spec b/python3.11.spec index e5103b9..44c6b9e 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -20,7 +20,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 3%{?dist} License: Python @@ -55,11 +55,11 @@ License: Python # IMPORTANT: When bootstrapping, it's very likely the wheels for pip and # setuptools are not available. Turn off the rpmwheels bcond until # the two packages are built with wheels to get around the issue. -%bcond_without bootstrap +%bcond_with bootstrap # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise -%bcond_with rpmwheels +%bcond_without rpmwheels # If the rpmwheels condition is disabled, we use the bundled wheel packages # from Python with the versions below. # This needs to be manually updated when we update Python. @@ -1601,6 +1601,10 @@ CheckPython optimized # ====================================================== %changelog +* Mon Jan 30 2023 Charalampos Stratakis - 3.11.1-3 +- Disable bootstrap +- Bump release to sync with RHEL8 + * Tue Dec 13 2022 Charalampos Stratakis - 3.11.1-1 - Initial package - Fedora contributions by: