[openstack-nova] update to folsom rc1

Pádraig Brady pbrady at fedoraproject.org
Fri Sep 21 17:44:04 UTC 2012


commit ca359ba69d020e6e4599ba87726ca030ba60bd4f
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Sep 21 18:11:22 2012 +0100

    update to folsom rc1

 .gitignore                                         |    1 +
 ...e-don-t-access-the-net-when-building-docs.patch |   23 +++++++++----------
 openstack-nova.spec                                |    9 +++++--
 sources                                            |    2 +-
 4 files changed, 19 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b2996e..c1bd899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /nova-2012.1.tar.gz
 /nova-2012.2~f1.tar.gz
 /nova-2012.2~f3.tar.gz
+/nova-2012.2~rc1.tar.gz
diff --git a/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch b/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
index 0b711ee..a140fe7 100644
--- a/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
+++ b/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
@@ -1,4 +1,4 @@
-From 83de9eb2b8dd1b9eea559341f696b80251cc586b Mon Sep 17 00:00:00 2001
+From f18db8d410d4360cd3e054a94e59002525f6ab61 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?P=C3=A1draig=20Brady?= <pbrady at redhat.com>
 Date: Fri, 6 Jan 2012 12:16:34 +0000
 Subject: [PATCH] Ensure we don't access the net when building docs
@@ -7,19 +7,18 @@ Subject: [PATCH] Ensure we don't access the net when building docs
 
 Change-Id: I9d02fb4053a8106672aded1614a2850e21603eb2
 ---
- doc/source/conf.py |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ doc/source/conf.py |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
 
 diff --git a/doc/source/conf.py b/doc/source/conf.py
-index 78feba4..c248667 100644
+index 7f77cc5..62b273e 100644
 --- a/doc/source/conf.py
 +++ b/doc/source/conf.py
-@@ -25,7 +25,7 @@ sys.path.insert(0, os.path.abspath('./'))
- # Add any Sphinx extension module names here, as strings. They can be extensions
- # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
- 
--extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext.nova_todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz']
-+extensions = ['sphinx.ext.autodoc', 'ext.nova_todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz']
- 
- todo_include_todos = True
+@@ -28,7 +28,6 @@ sys.path.insert(0, os.path.abspath('./'))
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
  
+ extensions = ['sphinx.ext.autodoc',
+-              'sphinx.ext.intersphinx',
+               'ext.nova_todo',
+               'sphinx.ext.coverage',
+               'sphinx.ext.pngmath',
diff --git a/openstack-nova.spec b/openstack-nova.spec
index b901788..b676d9a 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,13 +2,13 @@
 
 Name:             openstack-nova
 Version:          2012.2
-Release:          0.7.f3%{?dist}
+Release:          0.8.rc1%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
 License:          ASL 2.0
 URL:              http://openstack.org/projects/compute/
-Source0:          http://launchpad.net/nova/folsom/folsom-1/+download/nova-2012.2~f3.tar.gz
+Source0:          http://launchpad.net/nova/folsom/folsom-rc1/+download/nova-2012.2~rc1.tar.gz
 Source1:          nova.conf
 Source6:          nova.logrotate
 
@@ -29,7 +29,7 @@ Source22:         nova-ifc-template
 Source24:         nova-sudoers
 
 #
-# patches_base=folsom-3
+# patches_base=folsom-rc1
 #
 Patch0001: 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
 
@@ -727,6 +727,9 @@ fi
 %endif
 
 %changelog
+* Fri Sep 21 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.8.f3
+- Update to folsom rc1
+
 * Mon Sep 17 2012 Alan Pevec <apevec at redhat.com> - 2012.2-0.7.f3
 - Remove user config from paste ini files
 
diff --git a/sources b/sources
index fdaf192..592b863 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-336c35fc4c3aefefb583a94385154d65  nova-2012.2~f3.tar.gz
+75b8a4bccd3e62844ee7f03ec638bad2  nova-2012.2~rc1.tar.gz


More information about the scm-commits mailing list