[openstack-quantum/f19] Update to grizzly release

Gary Kotton gkotton at fedoraproject.org
Mon Apr 8 08:03:32 UTC 2013


commit e4f831dece97aabc9b2fda05db87990767f38625
Author: Gary Kotton <gkotton at redhat.com>
Date:   Mon Apr 8 04:03:19 2013 -0400

    Update to grizzly release

 .gitignore             |    1 +
 openstack-quantum.spec |   15 ++++++++-------
 sources                |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a2a515..6556634 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /quantum-2013.1.g3.tar.gz
 /quantum-2013.1.rc2.tar.gz
 /quantum-2013.1.rc3.tar.gz
+/quantum-2013.1.tar.gz
diff --git a/openstack-quantum.spec b/openstack-quantum.spec
index b87463a..46ee2d4 100644
--- a/openstack-quantum.spec
+++ b/openstack-quantum.spec
@@ -1,20 +1,18 @@
 #
-# This is 2013.1 grizzly milestone 3
+# This is 2013.1 release
 #
 %global release_name grizzly
-%global milestone rc3
 
 Name:		openstack-quantum
 Version:	2013.1
-Release:	0.7.%{milestone}%{?dist}
+Release:	1%{?dist}
 Summary:	OpenStack Networking Service
 
 Group:		Applications/System
 License:	ASL 2.0
 URL:		http://launchpad.net/quantum/
 
-#Source0:	http://launchpad.net/quantum/%%{release_name}/%%{version}/+download/quantum-%%{version}.tar.gz
-Source0:	http://launchpad.net/quantum/%{release_name}/%{release_name}-%{milestone}/+download/quantum-%{version}.%{milestone}.tar.gz
+Source0:	http://launchpad.net/quantum/%{release_name}/%{version}/+download/quantum-%{version}.tar.gz
 Source1:	quantum.logrotate
 Source2:	quantum-sudoers
 Source4:	quantum-server-setup
@@ -280,9 +278,9 @@ networks using multiple other quantum plugins.
 
 
 %prep
-%setup -q -n quantum-%{version}.%{milestone}
+%setup -q -n quantum-%{version}
 
-sed -i 's/%{version}.%{milestone}/%{version}/' PKG-INFO
+sed -i 's/%{version}/%{version}/' PKG-INFO
 
 find quantum -name \*.py -exec sed -i '/\/usr\/bin\/env python/d' {} \;
 
@@ -680,6 +678,9 @@ fi
 
 
 %changelog
+* Wed Apr  4 2013 Gary Kotton <gkotton at redhat.com> - 2013.1-1
+- Update to grizzly release
+
 * Wed Apr  4 2013 Gary Kotton <gkotton at redhat.com> - 2013.1-0.7.rc3
 - Update to grizzly rc3
 - Update rootwrap (bug 947793)
diff --git a/sources b/sources
index 1a4d0d5..93b2eb7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69108a32c26381246865fa6b34fcb14f  quantum-2013.1.rc3.tar.gz
+1ad2338b25cfde582de479678533113e  quantum-2013.1.tar.gz


More information about the scm-commits mailing list