From 2438ee2785a43086ce4f71cd43e1f2af605dd112 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 27 Sep 2017 08:10:06 -0700 Subject: [PATCH] Cleanup spec file conditionals --- python-pycparser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pycparser.spec b/python-pycparser.spec index 4b52c7f..e36aacd 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -1,11 +1,11 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 %global with_python3 1 %endif Name: python-pycparser Summary: C parser and AST generator written in Python Version: 2.14 -Release: 11%{?dist} +Release: 12%{?dist} License: BSD Group: System Environment/Libraries URL: http://github.com/eliben/pycparser @@ -113,6 +113,9 @@ popd %endif # with_python3 %changelog +* Wed Sep 27 2017 Troy Dawson - 2.14-12 +- Cleanup spec file conditionals + * Thu Jul 27 2017 Fedora Release Engineering - 2.14-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild