From ec37c6ac21f4954a242a49f3bebc353991f2ad40 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Sep 29 2017 18:57:24 +0000 Subject: Cleanup spec file conditionals --- diff --git a/python-webtest.spec b/python-webtest.spec index c1aad01..66744d4 100644 --- a/python-webtest.spec +++ b/python-webtest.spec @@ -1,12 +1,12 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif Name: python-webtest Version: 2.0.27 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Helper to test WSGI applications Group: Development/Languages @@ -140,6 +140,9 @@ popd %endif %changelog +* Fri Sep 29 2017 Troy Dawson - 2.0.27-4 +- Cleanup spec file conditionals + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.0.27-3 - Python 2 binary package renamed to python2-webtest See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3