From 121d2c88235a0530402d4c1c305f20c95536ab68 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 29 Sep 2017 10:09:15 -0700 Subject: [PATCH] Cleanup spec file conditionals --- python-sqlalchemy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 723e18f..e0a8f95 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.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-sqlalchemy Version: 1.1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -126,6 +126,9 @@ PYTHONPATH=. "$pytest3" test %endif # with_python3 %changelog +* Fri Sep 29 2017 Troy Dawson - 01.1.13-2 +- Cleanup spec file conditionals + * Sat Aug 05 2017 Nils Philippsen - 1.1.13 - version 1.1.13