From 6da7cc6631b742e32d6f9fd3454e139b6fb0929e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Tue, 5 May 2020 15:40:16 +0200
Subject: [PATCH] Debootstrap Python 3.9.0a6

This mostly reverts d74ac90ff9557418b4561be3b697cd9552df52bc
---
 python39.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python39.spec b/python39.spec
index 58a5a2d..69ee4a0 100644
--- a/python39.spec
+++ b/python39.spec
@@ -17,7 +17,7 @@ URL: https://www.python.org/
 %global prerel a6
 %global upstream_version %{general_version}%{?prerel}
 Version: %{general_version}%{?prerel:~%{prerel}}
-Release: 0.1%{?dist}
+Release: 1%{?dist}
 License: Python
 
 
@@ -59,7 +59,7 @@ 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