From 8c81a7dfe468087b2d1e18b983df3a79f04f4ce6 Mon Sep 17 00:00:00 2001 From: Phil Wyett Date: Thu, 28 Feb 2019 09:10:03 +0000 Subject: [PATCH] Add version requirement for markupsafe --- python-jinja2.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index 7321c6e..faa89f1 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -50,13 +50,13 @@ Summary: General purpose template engine for python2 BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-babel >= 0.8 -BuildRequires: python2-markupsafe +BuildRequires: python2-markupsafe >= 0.23 BuildRequires: python2-pytest %if %{with docs} BuildRequires: %{_bindir}/sphinx-build-2 %endif Requires: python2-babel >= 0.8 -Requires: python2-markupsafe +Requires: python2-markupsafe >= 0.23 Requires: python2-setuptools %{?python_provide:%python_provide python2-jinja2} @@ -79,13 +79,13 @@ Summary: General purpose template engine for python3 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-babel >= 0.8 -BuildRequires: python3-markupsafe +BuildRequires: python3-markupsafe >= 0.23 BuildRequires: python3-pytest %if %{with docs} BuildRequires: %{_bindir}/sphinx-build-3 %endif Requires: python3-babel >= 0.8 -Requires: python3-markupsafe +Requires: python3-markupsafe >= 0.23 Requires: python3-setuptools %{?python_provide:%python_provide python3-jinja2} @@ -215,6 +215,7 @@ popd %changelog * Wed Feb 27 2019 Phil Wyett - 2.10-8 - Fix FTBS due to bad conditional +- Add version requirement for markupsafe * Sat Feb 02 2019 Fedora Release Engineering - 2.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild