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