[python-oslo-vmware/el6: 4/4] Use sphinx-1.0 in el6

Jon Bernard jbernard at fedoraproject.org
Wed Jul 2 21:00:26 UTC 2014


commit 3cfb67601f9c215b5d2ae341f515f091184a0bee
Author: Jon Bernard <jobernar at redhat.com>
Date:   Wed Jul 2 16:59:21 2014 -0400

    Use sphinx-1.0 in el6
    
    This is required to build the -doc package successfully.

 python-oslo-vmware.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-oslo-vmware.spec b/python-oslo-vmware.spec
index c21f958..2113120 100644
--- a/python-oslo-vmware.spec
+++ b/python-oslo-vmware.spec
@@ -34,7 +34,7 @@ server.
 Summary:    Documentation for OpenStack common VMware library
 Group:      Documentation
 
-BuildRequires: python-sphinx
+BuildRequires: python-sphinx10
 BuildRequires: python-oslo-sphinx
 
 %description doc
@@ -54,7 +54,7 @@ sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
 %{__python} setup.py build
 
 # generate html docs
-sphinx-build doc/source html
+sphinx-1.0-build doc/source html
 
 # remove the sphinx-build leftovers
 rm -rf html/.{doctrees,buildinfo}


More information about the scm-commits mailing list