Really cleanup spec file conditionals
This commit is contained in:
parent
6b13162d60
commit
aca2e1769c
@ -6,13 +6,13 @@
|
|||||||
# and python-sphinx:
|
# and python-sphinx:
|
||||||
%global with_docs 1
|
%global with_docs 1
|
||||||
|
|
||||||
%if 0%{?fedora} > 25
|
%if 0%{?fedora} > 25 || 0%{?rhel} > 7
|
||||||
%global with_async 1
|
%global with_async 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-jinja2
|
Name: python-jinja2
|
||||||
Version: 2.9.6
|
Version: 2.9.6
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: General purpose template engine
|
Summary: General purpose template engine
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -174,6 +174,9 @@ rm %{buildroot}%{python3_sitelib}/jinja2/asyncfilters.py
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 2.9.6-3
|
||||||
- Cleanup spec file conditionals
|
- Cleanup spec file conditionals
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user