From 906e9cd794ba4ca96bfd01735506567cb52a1fdc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 27 Sep 2017 08:25:54 -0700 Subject: [PATCH] Cleanup spec file conditionals --- python-ply.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-ply.spec b/python-ply.spec index ab2fa49..abb7f2d 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -1,6 +1,6 @@ %global modname ply -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 %bcond_without python3 %else %bcond_with python3 @@ -9,7 +9,7 @@ Name: python-%{modname} Summary: Python Lex-Yacc Version: 3.9 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD URL: http://www.dabeaz.com/ply/ Source0: http://www.dabeaz.com/ply/%{modname}-%{version}.tar.gz @@ -138,6 +138,9 @@ popd %endif # with python3 %changelog +* Wed Sep 27 2017 Troy Dawson - 3.9-5 +- Cleanup spec file conditionals + * Thu Jul 27 2017 Fedora Release Engineering - 3.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild