[openstack-nova] Update to 2011.3.1 final

Pádraig Brady pbrady at fedoraproject.org
Fri Jan 20 16:08:47 UTC 2012


commit 9a96a05c21420c8dfece142a3b513d4c899a46bb
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Jan 20 16:02:26 2012 +0000

    Update to 2011.3.1 final

 .gitignore          |    1 +
 openstack-nova.spec |   12 ++++++------
 sources             |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcadecc..f15aacf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /nova-2011.3.1~20120117.10818.tar.gz
+/nova-2011.3.1.tar.gz
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 4a2a1ae..d9dc1b9 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -1,17 +1,14 @@
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
 
-%global revno 10818
-%global snapshot ~20120117.%{revno}
-
 Name:             openstack-nova
 Version:          2011.3.1
-Release:          0.4.%{revno}%{?dist}
+Release:          1%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
 License:          ASL 2.0
 URL:              http://openstack.org/projects/compute/
-Source0:          http://launchpad.net/nova/diablo/2011.3/+download/nova-%{version}%{snapshot}.tar.gz
+Source0:          http://launchpad.net/nova/diablo/%{version}/+download/nova-%{version}.tar.gz
 Source1:          nova.conf
 Source6:          nova.logrotate
 
@@ -33,7 +30,7 @@ Source23:         openstack-nova-db-setup
 #
 # Patches managed here: https://github.com/markmc/nova/tree/fedora-patches
 #
-#   $> git format-patch -N 2011.3.1-20120117.10818
+#   $> git format-patch -N 2011.3.1
 #   $> for p in 00*.patch; do filterdiff -x '*/.gitignore' -x '*/.mailmap' $p | sponge $p; done
 #   $> for p in 00*.patch; do echo "Patch${p:2:2}:          $p"; done
 #   $> for p in 00*.patch; do echo "%patch${p:2:2} -p1"; done
@@ -380,6 +377,9 @@ fi
 %endif
 
 %changelog
+* Fri Jan 20 2012 Pádraig Brady <P at draigBrady.com> - 2011.3.1-1
+- Update to 2011.3.1 release
+
 * Wed Jan 18 2012 Mark McLoughlin <markmc at redhat.com> - 2011.3.1-0.4.10818%{?dist}
 - Update to latest 2011.3.1 release candidate
 - Re-add nova-{clear-rabbit-queues,instance-usage-audit}
diff --git a/sources b/sources
index a0dc698..daddc28 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b13fba7bc58222136d075936bb0a482  nova-2011.3.1~20120117.10818.tar.gz
+68c58c9f483660b7e8ab365cd312469e  nova-2011.3.1.tar.gz


More information about the scm-commits mailing list