[openstack-nova] update to stable/grizzly 2013.1.1 release

Pádraig Brady pbrady at fedoraproject.org
Mon May 13 14:58:37 UTC 2013


commit da919ff6b3ccf2b932365c94807bf5b4bc3baf39
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon May 13 15:57:24 2013 +0100

    update to stable/grizzly 2013.1.1 release

 .gitignore                                         |    1 +
 ...e-don-t-access-the-net-when-building-docs.patch |    2 +-
 ...prove-handling-of-an-empty-dnsmasq-domain.patch |  116 --------------------
 openstack-nova.spec                                |   11 +-
 sources                                            |    2 +-
 5 files changed, 9 insertions(+), 123 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5b74e2..0d8008d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /nova-2013.1.rc1.tar.gz
 /nova-2013.1.rc2.tar.gz
 /nova-2013.1.tar.gz
+/nova-2013.1.1.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 6714a08..398ef25 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 e9dfdd80e3b04d38a002ca811ff887abd85359fe Mon Sep 17 00:00:00 2001
+From b6195e176337fd7fe7669c80d14052364be91758 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
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 056824b..6c97f4d 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -1,8 +1,8 @@
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
 
 Name:             openstack-nova
-Version:          2013.1
-Release:          3%{?dist}
+Version:          2013.1.1
+Release:          1%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -33,10 +33,9 @@ Source22:         nova-ifc-template
 Source24:         nova-sudoers
 
 #
-# patches_base=2013.1
+# patches_base=2013.1.1
 #
 Patch0001: 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
-Patch0002: 0002-improve-handling-of-an-empty-dnsmasq-domain.patch
 
 BuildArch:        noarch
 BuildRequires:    intltool
@@ -360,7 +359,6 @@ This package contains documentation files for nova.
 %setup -q -n nova-%{version}
 
 %patch0001 -p1
-%patch0002 -p1
 
 find . \( -name .gitignore -o -name .placeholder \) -delete
 
@@ -793,6 +791,9 @@ fi
 %endif
 
 %changelog
+* Mon May 13 2013 Pádraig Brady <pbrady at redhat.com> - 2013.1.1-1
+- Update to stable/grizzly 2013.1.1 release
+
 * Fri May 10 2013 Pádraig Brady <pbrady at redhat.com> - 2013.1-3
 - Make openstack-nova-network depend on ebtables #961567
 
diff --git a/sources b/sources
index c03f76c..aada8c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38022353c398ce38c4e220d1d18b5916  nova-2013.1.tar.gz
+13636df2a0e357237791e1a2153b91c4  nova-2013.1.1.tar.gz


More information about the scm-commits mailing list