[openstack-glance] Don't access the net while building docs

John Bresnahan buzztroll at fedoraproject.org
Fri Jun 7 23:30:16 UTC 2013


commit b4f8a507b91b7c078407a50eac4f76e4158a3177
Author: John Bresnahan <jbresnah at redhat.com>
Date:   Fri Jun 7 13:01:54 2013 -1000

    Don't access the net while building docs

 ...-Don-t-access-the-net-while-building-docs.patch |   25 ++++++++++++++++++++
 openstack-glance.spec                              |    7 ++++-
 2 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/0001-Don-t-access-the-net-while-building-docs.patch b/0001-Don-t-access-the-net-while-building-docs.patch
new file mode 100644
index 0000000..aab5154
--- /dev/null
+++ b/0001-Don-t-access-the-net-while-building-docs.patch
@@ -0,0 +1,25 @@
+From ae2a6cfe176dbfc019ab0f6ebb663d0c385c8c6c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?P=C3=A1draig=20Brady?= <pbrady at redhat.com>
+Date: Fri, 6 Jan 2012 17:12:54 +0000
+Subject: [PATCH] Don't access the net while building docs
+
+(Note this hasn't been submitted upstream)
+
+Change-Id: I42c6e3a5062db209a0abe00cebc04d383c79cbcb
+(cherry picked from commit f2b4bb4e45afcc178200966193a7b87401c534d7)
+---
+ doc/source/conf.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/doc/source/conf.py b/doc/source/conf.py
+index f926b61..68b9973 100644
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -44,7 +44,6 @@ sys.path = [
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+ extensions = ['sphinx.ext.coverage',
+               'sphinx.ext.ifconfig',
+-              'sphinx.ext.intersphinx',
+               'sphinx.ext.pngmath',
+               'sphinx.ext.graphviz']
+ 
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 0c2d73a..7adf5df 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-glance
 Version:          2013.2
-Release:          0.2.b1%{?dist}
+Release:          0.3.b1%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -17,6 +17,7 @@ Source4:          openstack-glance.logrotate
 #
 # patches_base=2013.2.b1
 #
+Patch0001: 0001-Don-t-access-the-net-while-building-docs.patch
 
 BuildArch:        noarch
 BuildRequires:    python2-devel
@@ -100,6 +101,7 @@ This package contains documentation files for glance.
 %prep
 %setup -q -n glance-%{version}.b%{milestone}
 sed -i 's/%{version}.b%{milestone}/%{version}/' PKG-INFO
+%patch0001 -p1
 
 # Remove bundled egg-info
 rm -rf glance.egg-info
@@ -273,6 +275,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Fri Jun  7 2013 John Bresnahan <jbresnah at redhat.com> 2013.2-0.3b1
+- Don't access the net while building docs
+
 * Thu Jun  6 2013 John Bresnahan <jbresnah at redhat.com> 2013.2-0.1b1
 - Update to version 2013.2.b1
 


More information about the scm-commits mailing list