[openstack-nova] Update to grizzly milestone 3

Nikola Dipanov ndipanov at fedoraproject.org
Mon Feb 25 15:51:40 UTC 2013


commit 52ebba01d075dc7a0a49ce1b3deca3b2b2699821
Author: Nikola Dipanov <ndipanov at redhat.com>
Date:   Mon Feb 25 14:26:58 2013 +0100

    Update to grizzly milestone 3

 .gitignore                                         |    1 +
 ...e-don-t-access-the-net-when-building-docs.patch |    4 ++--
 openstack-nova.spec                                |   14 +++++++++-----
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a54f7c9..d8e9a26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /nova-2012.2.tar.gz
 /nova-2013.1~g1.tar.gz
 /nova-2013.1~g2.tar.gz
+/nova-2013.1.g3.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 0138c3d..adb426b 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 f3662f3daa255c13fef158c323e8f36ee1659b33 Mon Sep 17 00:00:00 2001
+From 15a43f43bfa62f58706d62b7d1b792bddff0b2d0 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
@@ -11,7 +11,7 @@ Change-Id: I9d02fb4053a8106672aded1614a2850e21603eb2
  1 file changed, 1 deletion(-)
 
 diff --git a/doc/source/conf.py b/doc/source/conf.py
-index 804080e..189d850 100644
+index 9af5f54..2c8bdf9 100644
 --- a/doc/source/conf.py
 +++ b/doc/source/conf.py
 @@ -28,7 +28,6 @@ sys.path.insert(0, os.path.abspath('./'))
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 5437743..9bbc368 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,13 +2,13 @@
 
 Name:             openstack-nova
 Version:          2013.1
-Release:          0.5.g2%{?dist}
+Release:          0.6.g3%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
 License:          ASL 2.0
 URL:              http://openstack.org/projects/compute/
-Source0:          http://launchpad.net/nova/grizzly/grizzly-1/+download/nova-2013.1~g2.tar.gz
+Source0:          https://launchpad.net/nova/grizzly/grizzly-3/+download/nova-2013.1.g3.tar.gz
 
 Source1:          nova.conf
 Source3:          nova-tgt.conf
@@ -33,7 +33,7 @@ Source22:         nova-ifc-template
 Source24:         nova-sudoers
 
 #
-# patches_base=grizzly-2
+# patches_base=2013.1.g3
 #
 Patch0001: 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
 
@@ -354,7 +354,7 @@ This package contains documentation files for nova.
 %endif
 
 %prep
-%setup -q -n nova-%{version}
+%setup -q -n nova-%{version}.g3
 
 %patch0001 -p1
 
@@ -770,6 +770,7 @@ fi
 %files console
 %{_bindir}/nova-console*
 %{_bindir}/nova-xvpvncproxy
+%{_bindir}/nova-spicehtml5proxy
 %{_unitdir}/openstack-nova-console*.service
 %{_unitdir}/openstack-nova-xvpvncproxy.service
 
@@ -781,7 +782,7 @@ fi
 %defattr(-,root,root,-)
 %doc LICENSE
 %{python_sitelib}/nova
-%{python_sitelib}/nova-%{version}-*.egg-info
+%{python_sitelib}/nova-%{version}*.egg-info
 
 %if 0%{?with_doc}
 %files doc
@@ -789,6 +790,9 @@ fi
 %endif
 
 %changelog
+* Mon Feb 25 2013 Nikola Đipanov <ndipanov at redhat.com> - 2013.1-0.6.g3
+- Update to Grizzly milestone 3
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2013.1-0.5.g2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 97857bc..a466b8f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63f5eff2cffa628dfb1a003c3619a955  nova-2013.1~g2.tar.gz
+4c8b2822c1bbc760a44b0d1694882e9e  nova-2013.1.g3.tar.gz


More information about the scm-commits mailing list