Cleanup spec file conditionals

This commit is contained in:
Troy Dawson 2017-09-29 08:43:46 -07:00
parent fda69626bd
commit f702e8ee3e

View File

@ -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 <tdawson@redhat.com> - 1.10-8
- Cleanup spec file conditionals
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild