From e8c547ebd7b6295f6e74a0d30f55d98465d42ffd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 27 Sep 2017 13:26:19 -0700 Subject: [PATCH] Cleanup spec file conditionals --- python-wrapt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index f50dc0c..65341b4 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,7 +1,7 @@ # Created by pyp2rpm-1.1.1 %global sname wrapt -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 %global with_python3 1 %global with_docs 1 %endif @@ -10,7 +10,7 @@ Name: python-%{sname} Version: 1.10.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Python module for decorators, wrappers and monkey patching License: BSD @@ -110,6 +110,9 @@ popd %endif %changelog +* Wed Sep 27 2017 Troy Dawson - 1.10.10-5 +- Cleanup spec file conditionals + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.10.10-4 - Python 2 binary package renamed to python2-wrapt See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3