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