[openstack-cinder/el6-havana] add dependency on sysfsutils to support the fiber channel driver

Pádraig Brady pbrady at fedoraproject.org
Thu Aug 29 17:23:11 UTC 2013


commit 34ac584e342cfcc9c00c6ed0db78ec8e198e7edd
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Aug 29 18:01:59 2013 +0100

    add dependency on sysfsutils to support the fiber channel driver
    
    Resolves http://bugzilla.redhat.com/1001225
    
    Conflicts:
    
    	openstack-cinder.spec

 openstack-cinder.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index f0b141d..4a55bba 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-cinder
 Version:          2013.2
-Release:          0.5.b2%{?dist}
+Release:          0.7.b2%{?dist}
 Summary:          OpenStack Volume service
 
 Group:            Applications/System
@@ -73,6 +73,7 @@ Requires:         sudo
 Requires:         MySQL-python
 
 Requires:         qemu-img
+Requires:         sysfsutils
 
 Requires:         python-paramiko
 
@@ -308,6 +309,9 @@ fi
 %endif
 
 %changelog
+* Thu Aug 29 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.7.b2
+- Add dependency on sysfsutils to support the fiber channel driver
+
 * Mon Aug 26 2013 Eric Harney <eharney at redhat.com> - 2013.2-0.5.b2
 - Add cinder-backup service init script
 


More information about the scm-commits mailing list