[openstack-cinder/el6-grizzly] Update to Grizzly milestone 3.

Eric Harney eharney at fedoraproject.org
Wed Feb 27 22:35:51 UTC 2013


commit 6466d540ca8c9f1f7a1645737fd3c369cc8f6429
Author: Eric Harney <eharney at redhat.com>
Date:   Mon Feb 25 13:22:00 2013 -0500

    Update to Grizzly milestone 3.

 .gitignore            |    1 +
 openstack-cinder.spec |   15 +++++++++------
 sources               |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6656d20..8c619b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /cinder-2012.2.tar.gz
 /cinder-2013.1~g1.tar.gz
 /cinder-2013.1~g2.tar.gz
+/cinder-2013.1.g3.tar.gz
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 96d2e93..2016cae 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -2,13 +2,13 @@
 
 Name:             openstack-cinder
 Version:          2013.1
-Release:          0.1.g2%{?dist}
+Release:          0.2.g3%{?dist}
 Summary:          OpenStack Volume service
 
 Group:            Applications/System
 License:          ASL 2.0
 URL:              http://www.openstack.org/software/openstack-storage/
-Source0:          https://launchpad.net/cinder/grizzly/grizzly-2/+download/cinder-2013.1~g2.tar.gz
+Source0:          https://launchpad.net/cinder/grizzly/grizzly-3/+download/cinder-2013.1.g3.tar.gz
 Source1:          cinder.conf
 Source2:          cinder.logrotate
 Source3:          cinder-tgt.conf
@@ -23,7 +23,7 @@ Source120:        openstack-cinder-volume.upstart
 Source20:         cinder-sudoers
 
 #
-# patches_base=grizzly-2
+# patches_base=grizzly-3
 #
 Patch0001: 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
 
@@ -123,7 +123,7 @@ This package contains documentation files for cinder.
 %endif
 
 %prep
-%setup -q -n cinder-%{version}
+%setup -q -n cinder-%{version}.g3
 
 %patch0001 -p1
 
@@ -275,7 +275,7 @@ fi
 %files -n python-cinder
 %doc LICENSE
 %{python_sitelib}/cinder
-%{python_sitelib}/cinder-%{version}-*.egg-info
+%{python_sitelib}/cinder-%{version}*.egg-info
 
 %if 0%{?with_doc}
 %files doc
@@ -283,7 +283,10 @@ fi
 %endif
 
 %changelog
-* Mon Jan 14 2013 Eric Harney <eharney at redhat.com> - 2013.1-0.1.g2
+* Wed Feb 27 2013 Eric Harney <eharney at redhat.com> - 2013.1-0.2.g3
+- Update to Grizzly milestone 3
+
+* Thu Jan 10 2013 Eric Harney <eharney at redhat.com> - 2013.1-0.1.g2
 - Update to Grizzly milestone 2
 
 * Thu Dec 20 2012 Eric Harney <eharney at redhat.com> - 2013.1-0.1.g1
diff --git a/sources b/sources
index 9ed6823..4f6a549 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2c2debb59cda7d9fedd104ce0ce2df0  cinder-2013.1~g2.tar.gz
+c701e3e7cfb477f44bfcacc5266e4ee7  cinder-2013.1.g3.tar.gz


More information about the scm-commits mailing list