From 9a2954fc5a9b3838a89e3d74054c7079e91721f0 Mon Sep 17 00:00:00 2001 From: Phil Wyett Date: Feb 27 2019 14:07:51 +0000 Subject: Fix FTBS due to bad conditional --- diff --git a/python-jinja2.spec b/python-jinja2.spec index 57b3733..7321c6e 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -1,6 +1,6 @@ Name: python-jinja2 Version: 2.10 -Release: 7%{?dist} +Release: 8%{?dist} Summary: General purpose template engine License: BSD URL: http://jinja.pocoo.org/ @@ -126,7 +126,7 @@ make -C docs html PYTHONPATH=$(pwd) SPHINXBUILD=sphinx-build-2 popd %endif # with python2 -%if %{?with_python3} +%if %{with python3} pushd python3 %py3_build %if %{with docs} @@ -213,6 +213,9 @@ popd %changelog +* Wed Feb 27 2019 Phil Wyett - 2.10-8 +- Fix FTBS due to bad conditional + * Sat Feb 02 2019 Fedora Release Engineering - 2.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild