From 503ab82b53b0ce303fc1f10a3d5ce538cef37f69 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 29 Sep 2017 08:42:20 -0700 Subject: [PATCH] Cleanup spec file conditionals --- python-jsonpatch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 226c0b5..cd2ff27 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,11 +1,11 @@ %global pypi_name jsonpatch -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif Name: python-%{pypi_name} Version: 1.14 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Applying JSON Patches in Python License: BSD @@ -114,6 +114,9 @@ done; %endif %changelog +* Fri Sep 29 2017 Troy Dawson - 1.14-5 +- Cleanup spec file conditionals + * Thu Jul 27 2017 Fedora Release Engineering - 1.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild