diff --git a/python-jinja2.spec b/python-jinja2.spec index 595ea09..40c4138 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -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 - 2.9.6-4 +- Really cleanup spec file conditionals + * Fri Sep 29 2017 Troy Dawson - 2.9.6-3 - Cleanup spec file conditionals