diff --git a/python-jinja2.spec b/python-jinja2.spec index 17e2598..b6a486a 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -2,7 +2,7 @@ Name: python-jinja2 Version: 2.11.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: General purpose template engine License: BSD URL: https://palletsprojects.com/p/jinja/ @@ -15,7 +15,7 @@ Source0: %{pypi_source} %bcond_with python3 %endif -%if 0%{?rhel} > 7 +%if 0%{?fedora} > 33 || 0%{?rhel} > 7 # Disable python2 build by default %bcond_with python2 %else @@ -180,6 +180,9 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests %changelog +* Mon Dec 21 2020 Miro HronĨok - 2.11.2-7 +- Drop python2-jinja2 on Fedora 34+ + * Wed Jul 29 2020 Fedora Release Engineering - 2.11.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild