From f702e8ee3e826a19e96b51069749d14d26873029 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 29 Sep 2017 08:43:46 -0700 Subject: [PATCH] Cleanup spec file conditionals --- python-jsonpointer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index c263c43..72797b4 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -1,13 +1,13 @@ %global pypi_name jsonpointer %global github_name python-json-pointer -%if 0%{?fedora} > 12 +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif Name: python-%{pypi_name} Version: 1.10 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Resolve JSON Pointers in Python License: BSD @@ -98,6 +98,9 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer %endif %changelog +* Fri Sep 29 2017 Troy Dawson - 1.10-8 +- Cleanup spec file conditionals + * Thu Jul 27 2017 Fedora Release Engineering - 1.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild