From 33fe1c0e57206e722a108fe1f92eb57468014986 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 27 Sep 2017 08:07:01 -0700 Subject: [PATCH] Cleanup spec file conditionals --- python-cffi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cffi.spec b/python-cffi.spec index 44722de..4fa6600 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,10 +1,10 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 %global with_python3 1 %endif Name: python-cffi Version: 1.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ @@ -99,6 +99,9 @@ rm build/html/.buildinfo %doc doc/build/html %changelog +* Wed Sep 27 2017 Troy Dawson - 1.11.0-2 +- Cleanup spec file conditionals + * Sat Sep 23 2017 John Dulaney - 1.11.0-1 - New release 1.11.0