[openstack-neutron] update to Havana GA

Pádraig Brady pbrady at fedoraproject.org
Fri Oct 18 14:04:44 UTC 2013


commit 6d25431376b3c1c0f4d11b8296004d13e241b67b
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Oct 18 15:02:38 2013 +0100

    update to Havana GA

 .gitignore             |    1 +
 openstack-neutron.spec |   11 +++++++----
 sources                |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 370cf50..867fdc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /neutron-2013.2.b2.tar.gz
 /neutron-2013.2.b3.tar.gz
 /neutron-2013.2.rc1.tar.gz
+/neutron-2013.2.tar.gz
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index 192ff6e..9e50b68 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2013.2
-Release:	0.12.rc1%{?dist}
+Release:	1%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -12,7 +12,7 @@ License:	ASL 2.0
 URL:		http://launchpad.net/neutron/
 
 #Source0:	http://launchpad.net/neutron/%{release_name}/%{version}/+download/neutron-%{version}.tar.gz
-Source0:	http://launchpad.net/neutron/%{release_name}/%{release_name}-1/+download/neutron-%{version}.rc1.tar.gz
+Source0:	http://launchpad.net/neutron/%{release_name}/%{release_name}-1/+download/neutron-%{version}.tar.gz
 Source1:	neutron.logrotate
 Source2:	neutron-sudoers
 Source4:	neutron-server-setup
@@ -35,7 +35,7 @@ Source22:	neutron-metering-agent.service
 
 Source30:	neutron-dist.conf
 #
-# patches_base=2013.2.rc1
+# patches_base=2013.2
 #
 
 BuildArch:	noarch
@@ -387,7 +387,7 @@ IPSec.
 
 
 %prep
-%setup -q -n neutron-%{version}.rc1
+%setup -q -n neutron-%{version}
 
 find neutron -name \*.py -exec sed -i '/\/usr\/bin\/env python/d' {} \;
 
@@ -866,6 +866,9 @@ fi
 
 
 %changelog
+* Fri Oct 18 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-1
+- Update to havana GA
+
 * Thu Oct 10 2013 Terry Wilson <twilson at redhat.com> - 2013.2-0.12.rc1
 - Update to havana rc1
 
diff --git a/sources b/sources
index 225c96b..21be635 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c58ec5c0a693d9eca2cb05b1f4791d58  neutron-2013.2.rc1.tar.gz
+dcdf31a94dc2161f716f587930e34be3  neutron-2013.2.tar.gz


More information about the scm-commits mailing list