From 0d3cfa730777a359e12e92b777a805d03fd6b547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 25 May 2020 12:27:08 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-lit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-lit.spec b/python-lit.spec index 221b23f..ce5a1ab 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -1,3 +1,4 @@ +%global _without_check 1 %global srcname lit %if 0%{?fedora} || 0%{?rhel} > 7 @@ -7,7 +8,7 @@ %endif #%%global rc_ver 1 -%global baserelease 1 +%global baserelease 2 %bcond_without check @@ -106,6 +107,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna %endif %changelog +* Mon May 25 2020 Miro HronĨok - 0.10.0-2 +- Bootstrap for Python 3.9 + * Thu Apr 9 2020 sguelton@redhat.com - 0.10.0-1 - 0.10.0 final release