Update spec 2013.1.3
[openstack-build/cinder-build.git] / rpm / SPECS / openstack-cinder.spec
index 43c20171b4886f3b899b22648da569d9280e3689..1830b3e172f55928bf38b78927fd26b32b178ed7 100644 (file)
@@ -1,14 +1,14 @@
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
 
 Name:             openstack-cinder
-Version:          2013.1.1
-Release:          1%{?dist}
+Version:          2013.1.2
+Release:          4%{?dist}
 Summary:          OpenStack Volume service
 
 Group:            Applications/System
 License:          ASL 2.0
 URL:              http://www.openstack.org/software/openstack-storage/
-Source0:          cinder-%{version}.tar.gz
+Source0:          https://launchpad.net/cinder/grizzly/%{version}/+download/cinder-%{version}.tar.gz
 Source1:          cinder.conf
 Source2:          cinder.logrotate
 Source3:          cinder-tgt.conf
@@ -23,11 +23,12 @@ Source120:        openstack-cinder-volume.upstart
 Source20:         cinder-sudoers
 
 #
-# patches_base=2013.1.1
+# patches_base=2013.1.2
 #
 Patch0001: 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
 Patch0002: 0002-Use-updated-parallel-install-versions-of-epel-packag.patch
 Patch0003: 0003-remove-deprecated-assert_unicode-sqlalchemy-attribut.patch
+Patch0004: 0004-avoid-code-path-causing-qpid-exchange-leaks.patch
 
 BuildArch:        noarch
 BuildRequires:    intltool
@@ -65,9 +66,10 @@ Summary:          OpenStack Volume Python libraries
 Group:            Applications/System
 
 Requires:         sudo
-
 Requires:         MySQL-python
 
+Requires:         qemu-img
+
 Requires:         python-paramiko
 
 Requires:         python-qpid
@@ -82,6 +84,7 @@ Requires:         python-lxml
 Requires:         python-anyjson
 Requires:         python-cheetah
 Requires:         python-stevedore
+Requires:         python-suds
 
 Requires:         python-sqlalchemy0.7
 Requires:         python-migrate
@@ -91,6 +94,8 @@ Requires:         python-routes1.12
 Requires:         python-webob1.0
 
 Requires:         python-glanceclient >= 1:0
+Requires:         python-keystoneclient
+Requires:         python-oslo-config
 
 %description -n   python-cinder
 OpenStack Volume (codename Cinder) provides services to manage and
@@ -128,6 +133,7 @@ This package contains documentation files for cinder.
 %patch0001 -p1
 %patch0002 -p1
 %patch0003 -p1
+%patch0004 -p1
 
 find . \( -name .gitignore -o -name .placeholder \) -delete
 
@@ -282,6 +288,18 @@ fi
 %endif
 
 %changelog
+* Mon Jul 22 2013 Pádraig Brady <pbrady@redhat.com> - 2013.1.2-4
+- Add dependency on python-suds to support the netapp driver
+- Add dependency on python-keystoneclient for auth token middleware
+- Add dependency on python-oslo-config new in Grizzly
+- Add dependency on qemu-img for volume creation from Glance images
+
+* Wed Jul 17 2013 Pádraig Brady <pbrady@redhat.com> - 2013.1.2-2
+- Avoid qpid exchange leaks
+
+* Mon Jun 20 2013 Eric Harney <eharney@redhat.com> - 2013.1.2-1
+- Update to Grizzly stable release 2
+
 * Fri May 10 2013 Eric Harney <eharney@redhat.com> - 2013.1.1-1
 - Update to Grizzly stable release 1