From 5c2648dfa6c0905ef975158bea8cf34269e68719 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Oct 11 2017 20:09:57 +0000 Subject: Cleanup spec file conditionals --- diff --git a/python-sphinxcontrib-websupport.spec b/python-sphinxcontrib-websupport.spec index a0260e3..b6ffb5e 100644 --- a/python-sphinxcontrib-websupport.spec +++ b/python-sphinxcontrib-websupport.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Sphinx API for Web Apps License: BSD @@ -110,6 +110,9 @@ py.test-3 tests/ %endif %changelog +* Wed Oct 11 2017 Troy Dawson - 1.0.1-3 +- Cleanup spec file conditionals + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild