[openstack-cinder/el6-icehouse] Update to 2014.1 (Icehouse)

Eric Harney eharney at fedoraproject.org
Thu Apr 17 19:14:55 UTC 2014


commit 5738c7a9d0149b91d66e129b6c22ac1862f20e71
Author: Eric Harney <eharney at redhat.com>
Date:   Thu Apr 17 11:07:59 2014 -0400

    Update to 2014.1 (Icehouse)
    
    Updated patches from el6-icehouse-patches

 .gitignore            |    2 +-
 openstack-cinder.spec |   11 +++++++----
 sources               |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66f3bed..5b0c791 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/cinder-2014.1.rc3.tar.gz
+/cinder-2014.1.tar.gz
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index d59a091..b056db1 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -2,13 +2,13 @@
 
 Name:             openstack-cinder
 Version:          2014.1
-Release:          0.10.rc3%{?dist}
+Release:          1%{?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/icehouse/icehouse-rc3/+download/cinder-%{version}.rc3.tar.gz
+Source0:          https://launchpad.net/cinder/icehouse/2014.1/+download/cinder-%{version}.tar.gz
 Source1:          cinder-dist.conf
 Source2:          cinder.logrotate
 Source3:          cinder-tgt.conf
@@ -25,7 +25,7 @@ Source130:        openstack-cinder-backup.upstart
 Source20:         cinder-sudoers
 
 #
-# patches_base=2014.1.rc3
+# patches_base=2014.1
 #
 Patch0001: 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
 Patch0002: 0002-Remove-runtime-dep-on-python-pbr-python-d2to1.patch
@@ -148,7 +148,7 @@ This package contains documentation files for cinder.
 %endif
 
 %prep
-%setup -q -n cinder-%{version}.rc3
+%setup -q -n cinder-%{version}
 
 %patch0001 -p1
 %patch0002 -p1
@@ -320,6 +320,9 @@ fi
 %endif
 
 %changelog
+* Thu Apr 17 2014 Eric Harney <eharney at redhat.com> - 2014.1-1
+- Update to 2014.1 (Icehouse)
+
 * Tue Apr 15 2014 Eric Harney <eharney at redhat.com> - 2014.1-0.10.rc3
 - Add python-oslo-messaging requirement
 - Update to Icehouse RC3
diff --git a/sources b/sources
index 24cc8b7..6dc60f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf868cd054c18891f311b96ab2ee2f27  cinder-2014.1.rc3.tar.gz
+cf604f94a3c6309c3a6c68c50abf7f0e  cinder-2014.1.tar.gz


More information about the scm-commits mailing list