[openstack-cinder/el6-icehouse] Add dependency on iscsi-initiator-utils (fixed)

Eric Harney eharney at fedoraproject.org
Mon Jul 7 15:07:12 UTC 2014


commit 661d4385a191ffe32bb2627f149ee638db7f7f77
Author: Eric Harney <eharney at redhat.com>
Date:   Mon Jul 7 10:59:20 2014 -0400

    Add dependency on iscsi-initiator-utils (fixed)
    
    Previous commit did not actually add the Requires:

 openstack-cinder.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index f47d101..ddda7b3 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-cinder
 Version:          2014.1.1
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          OpenStack Volume service
 
 Group:            Applications/System
@@ -116,6 +116,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.
@@ -310,6 +312,9 @@ fi
 %endif
 
 %changelog
+* Mon Jul 07 2014 Eric Harney <eharney at redhat.com> - 2014.1.1-3
+- Add dependency on iscsi-initiator-utils (fixed)
+
 * Thu Jul 03 2014 Eric Harney <eharney at redhat.com> - 2014.1.1-2
 - Add dependency on iscsi-initiator-utils
 


More information about the scm-commits mailing list