Cleanup spec file conditionals

This commit is contained in:
Troy Dawson 2017-09-29 08:41:13 -07:00
parent b33ff75700
commit 6b13162d60

View File

@ -1,4 +1,4 @@
%if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} > 7
%global with_python3 1
%endif
@ -12,7 +12,7 @@
Name: python-jinja2
Version: 2.9.6
Release: 2%{?dist}
Release: 3%{?dist}
Summary: General purpose template engine
Group: Development/Languages
License: BSD
@ -174,6 +174,9 @@ rm %{buildroot}%{python3_sitelib}/jinja2/asyncfilters.py
%changelog
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 2.9.6-3
- Cleanup spec file conditionals
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild