[openstack-nova] Update to essex milestone 3

Pádraig Brady pbrady at fedoraproject.org
Fri Jan 27 09:25:28 UTC 2012


commit cd853db26de87a2a700437adc66dc4ea805580e4
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Jan 27 09:24:36 2012 +0000

    Update to essex milestone 3

 .gitignore                                         |    1 +
 ...fix-X-Server-Management-Url-for-v1.0-noau.patch |   44 -
 ...e-don-t-access-the-net-when-building-docs.patch |    0
 ...hain-rule-for-EC2-metadata-requests-lp-85.patch |   37 -
 ...pi-add-the-INPUT-rule-for-EC2-metadata-lp.patch |  185 ----
 ...ser-to-choose-either-ietadm-or-tgtadm-lp-.patch |  233 -----
 ...e-VolumeDriver.sync_exec-method-lp-819997.patch |  233 -----
 ...tadm-tgtadm-calls-out-into-helper-classes.patch |  558 ----------
 ...tgtadm-off-by-one-error.-Fixes-bug-871278.patch |   35 -
 ...57-abstract-out-disk-image-access-methods.patch | 1080 --------------------
 ...7-support-handling-images-with-libguestfs.patch |  155 ---
 ...estfs-operation-with-specified-partitions.patch |   40 -
 openstack-nova.spec                                |   37 +-
 sources                                            |    2 +-
 14 files changed, 14 insertions(+), 2626 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f15aacf..018fb96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /nova-2011.3.1~20120117.10818.tar.gz
 /nova-2011.3.1.tar.gz
+/nova-2012.1~e3.tar.gz
diff --git a/0011-Ensure-we-don-t-access-the-net-when-building-docs.patch b/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
similarity index 100%
rename from 0011-Ensure-we-don-t-access-the-net-when-building-docs.patch
rename to 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 4958876..be995de 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -1,14 +1,17 @@
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
 
 Name:             openstack-nova
-Version:          2011.3.1
-Release:          2%{?dist}
+Version:          2012.1
+# The Release is in form 0.X.tag as per:
+#   http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages
+# So for prereleases always increment X
+Release:          0.1.e3%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
 License:          ASL 2.0
 URL:              http://openstack.org/projects/compute/
-Source0:          http://launchpad.net/nova/diablo/%{version}/+download/nova-%{version}.tar.gz
+Source0:          http://launchpad.net/nova/essex/essex-3/+download/nova-%{version}~e3.tar.gz
 Source1:          nova.conf
 Source6:          nova.logrotate
 
@@ -28,19 +31,9 @@ Source22:         nova-ifc-template
 Source23:         openstack-nova-db-setup
 
 #
-# patches_base=2011.3.1
+# patches_base=essex-3
 #
-Patch0001: 0001-Bug-920497-fix-X-Server-Management-Url-for-v1.0-noau.patch
-Patch0002: 0002-Add-INPUT-chain-rule-for-EC2-metadata-requests-lp-85.patch
-Patch0003: 0003-Have-nova-api-add-the-INPUT-rule-for-EC2-metadata-lp.patch
-Patch0004: 0004-Allow-the-user-to-choose-either-ietadm-or-tgtadm-lp-.patch
-Patch0005: 0005-Remove-VolumeDriver.sync_exec-method-lp-819997.patch
-Patch0006: 0006-Refactor-ietadm-tgtadm-calls-out-into-helper-classes.patch
-Patch0007: 0007-Fix-tgtadm-off-by-one-error.-Fixes-bug-871278.patch
-Patch0008: 0008-Bug-898257-abstract-out-disk-image-access-methods.patch
-Patch0009: 0009-Bug-898257-support-handling-images-with-libguestfs.patch
-Patch0010: 0010-Fix-libguestfs-operation-with-specified-partitions.patch
-Patch0011: 0011-Ensure-we-don-t-access-the-net-when-building-docs.patch
+Patch0001: 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
 
 BuildArch:        noarch
 BuildRequires:    intltool
@@ -67,6 +60,7 @@ Requires:         MySQL-python
 Requires:         euca2ools
 Requires:         openssl
 Requires:         rabbitmq-server
+Requires:         python-qpid
 Requires:         sudo
 
 Requires(post):   systemd-units
@@ -172,16 +166,6 @@ This package contains documentation files for nova.
 %setup -q -n nova-%{version}
 
 %patch0001 -p1
-%patch0002 -p1
-%patch0003 -p1
-%patch0004 -p1
-%patch0005 -p1
-%patch0006 -p1
-%patch0007 -p1
-%patch0008 -p1
-%patch0009 -p1
-%patch0010 -p1
-%patch0011 -p1
 
 find . \( -name .gitignore -o -name .placeholder \) -delete
 
@@ -368,6 +352,9 @@ fi
 %endif
 
 %changelog
+* Thu Jan 26 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-0.1.e3
+- Update to essex milestone 3
+
 * Mon Jan 23 2012 Pádraig Brady <P at draigBrady.com> - 2011.3.1-2
 - Fix a REST API v1.0 bug causing a regression with deltacloud
 
diff --git a/sources b/sources
index daddc28..142bb66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-68c58c9f483660b7e8ab365cd312469e  nova-2011.3.1.tar.gz
+2dd860f0f4a6a93e4ec17ff46969e222  nova-2012.1~e3.tar.gz


More information about the scm-commits mailing list