[openstack-cinder] Add dependency on iscsi-initiator-utils

Eric Harney eharney at fedoraproject.org
Wed Jun 11 14:13:20 UTC 2014


commit f6adbf4d79b7c6d8e58de0dbe893478938e0231e
Author: Eric Harney <eharney at redhat.com>
Date:   Wed Jun 11 10:04:46 2014 -0400

    Add dependency on iscsi-initiator-utils

 openstack-cinder.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 52365ac..8aeae7d 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-cinder
 Version:          2014.1.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          OpenStack Volume service
 
 Group:            Applications/System
@@ -107,6 +107,8 @@ Requires:         python-oslo-rootwrap
 Requires:         python-taskflow
 Requires:         python-oslo-messaging >= 1.3.0-0.1.a9
 
+Requires:         iscsi-initiator-utils
+
 %description -n   python-cinder
 OpenStack Volume (codename Cinder) provides services to manage and
 access block storage volumes for use by Virtual Machine instances.
@@ -295,6 +297,9 @@ fi
 %endif
 
 %changelog
+* Wed Jun 11 2014 Eric Harney <eharney at redhat.com> - 2014.1.1-2
+- Add dependency on iscsi-initiator-utils
+
 * Mon Jun 09 2014 Eric Harney <eharney at redhat.com> - 2014.1.1-1
 - Update to Icehouse stable release 1
 


More information about the scm-commits mailing list