Enable tests

This commit is contained in:
Miro Hrončok 2018-07-02 19:46:48 +02:00
parent 334b5cd671
commit 88b03eafc5

View File

@ -14,7 +14,7 @@
# When bootstrapping sphinx, we don't yet have sphinxcontrib-websupport # When bootstrapping sphinx, we don't yet have sphinxcontrib-websupport
%bcond_without websupport %bcond_without websupport
# Also, we don't have all the tests requirements # Also, we don't have all the tests requirements
%bcond_with tests %bcond_without tests
# Currently, python2 version is always the default: https://fedoraproject.org/wiki/Packaging:Python#Naming # Currently, python2 version is always the default: https://fedoraproject.org/wiki/Packaging:Python#Naming
%if 1 %if 1
@ -27,7 +27,7 @@
Name: python-sphinx Name: python-sphinx
Version: 1.7.5 Version: 1.7.5
Release: 3%{?dist} Release: 4%{?dist}
Epoch: 1 Epoch: 1
Summary: Python documentation generator Summary: Python documentation generator
@ -618,6 +618,9 @@ popd
%changelog %changelog
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1:1.7.5-4
- Enable tests
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1:1.7.5-3 * Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1:1.7.5-3
- Enable websupport - Enable websupport