From 3e72b873ffe7ae71f3da63f4a7715d67c9f6149b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 21 Dec 2020 16:09:04 +0100 Subject: [PATCH] Drop python2-jinja2 on Fedora 34+ --- python-jinja2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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