Really cleanup spec file conditionals

This commit is contained in:
Troy Dawson 2017-10-20 09:09:06 -05:00
parent 6b13162d60
commit aca2e1769c

View File

@ -6,13 +6,13 @@
# and python-sphinx:
%global with_docs 1
%if 0%{?fedora} > 25
%if 0%{?fedora} > 25 || 0%{?rhel} > 7
%global with_async 1
%endif
Name: python-jinja2
Version: 2.9.6
Release: 3%{?dist}
Release: 4%{?dist}
Summary: General purpose template engine
Group: Development/Languages
License: BSD
@ -174,6 +174,9 @@ rm %{buildroot}%{python3_sitelib}/jinja2/asyncfilters.py
%changelog
* Fri Oct 20 2017 Troy Dawson <tdawson@redhat.com> - 2.9.6-4
- Really cleanup spec file conditionals
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 2.9.6-3
- Cleanup spec file conditionals