From 17c83f5e843e185598900f7f61f0542af43f95e6 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 14 Nov 2023 01:35:44 +0100 Subject: [PATCH] Disable bootstrap --- python3.12-wheel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.12-wheel.spec b/python3.12-wheel.spec index 99a6ec9..7fc9e49 100644 --- a/python3.12-wheel.spec +++ b/python3.12-wheel.spec @@ -2,7 +2,7 @@ %global python3_pkgversion 3.12 # The function of bootstrap is that it installs the wheel by unzipping it -%bcond_without bootstrap +%bcond_with bootstrap # Default: when bootstrapping -> disable tests %if %{with bootstrap} %bcond_with tests @@ -20,7 +20,7 @@ Name: python%{python3_pkgversion}-%{pypi_name} Version: 0.41.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Built-package format for Python # packaging is ASL 2.0 or BSD @@ -142,6 +142,9 @@ install -p dist/%{python_wheel_name} -t %{buildroot}%{python_wheel_dir} %{python_wheel_dir}/%{python_wheel_name} %changelog +* Tue Nov 14 2023 Charalampos Stratakis - 0.41.2-2 +- Disable bootstrap + * Mon Oct 09 2023 Tomáš Hrnčiar - 0.41.2-1 - Initial package. - Fedora contributions by: