Fix FTBS due to bad conditional
This commit is contained in:
parent
894b499061
commit
9a2954fc5a
@ -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 <philwyett@kathenas.org> - 2.10-8
|
||||
- Fix FTBS due to bad conditional
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user