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

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


commit cd0ddef93540bf37fb5028e8d02edb047fdf386f
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

 openstack-cinder.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index d38e8ba..15d5eba 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
@@ -64,6 +64,7 @@ Requires:         sudo
 Requires:         MySQL-python
 
 Requires:         qemu-img
+Requires:         sysfsutils
 
 Requires:         python-paramiko
 
@@ -291,6 +292,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.6.b2
 - Add cinder-backup service init script
 


More information about the scm-commits mailing list