From 4fa43bbe580074a14efc5fab47dbeeb8a45aef1e Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Tue, 20 Aug 2019 13:10:30 +0000 Subject: [PATCH] Rebuild for Python 3.8 with test, preparatory work for rhbz#1715016 --- python-lit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-lit.spec b/python-lit.spec index bebce06..9a388da 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -6,7 +6,7 @@ %global with_python2 1 %endif -%bcond_with check +%bcond_without check # FIXME: Work around for rhel not having py2_build/py2_install macro. %{!?py2_build: %global py2_build %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} build --executable="%{__python2} -s"}} @@ -14,7 +14,7 @@ Name: python-%{srcname} Version: 0.8.0 -Release: 6%{?dist} +Release: 7%{?dist} BuildArch: noarch License: NCSA @@ -102,6 +102,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna %changelog +* Tue Aug 20 2019 sguelton@redhat.com - 8.0.0-7 +- Rebuild for Python 3.8 with test, preparatory work for rhbz#1715016 + * Tue Aug 20 2019 sguelton@redhat.com - 8.0.0-6 - Rebuild for Python 3.8 without test, preparatory work for rhbz#1715016