diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 4e751db..1de1415 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -1,6 +1,6 @@ Name: python-Jinja2 Version: 2.10 -Release: 1mamba +Release: 2mamba Summary: A small but fast and easy to use stand-alone template engine written in pure python. Group: System/Libraries/Python Vendor: openmamba @@ -13,6 +13,7 @@ License: BSD BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version +Requires: python-markupsafe BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -64,6 +65,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{python_sitearch}/Jinja2-%{version}-py*.egg-info/* %changelog +* Sat Aug 10 2019 Silvan Calarco 2.10-2mamba +- added requirement for python-markupsafe + * Thu May 16 2019 Silvan Calarco 2.10-1mamba - update to 2.10