[srptools] Fix minor initscript issue and rebuild

Doug Ledford dledford at fedoraproject.org
Wed Feb 29 03:45:14 UTC 2012


commit 52fc32ea76f0e028948d1d2204a906ce42bfd9fe
Author: Doug Ledford <dledford at redhat.com>
Date:   Tue Feb 28 22:46:08 2012 -0500

    Fix minor initscript issue and rebuild
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 srptools.init |    5 ++++-
 srptools.spec |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/srptools.init b/srptools.init
index b146f12..c2d42b5 100644
--- a/srptools.init
+++ b/srptools.init
@@ -9,7 +9,10 @@
 ### BEGIN INIT INFO
 # Provides:       srpd
 # Default-Stop: 0 1 2 3 4 5 6
-# Required-Stop:
+# Required-Start: rdma $network
+# Required-Stop: rdma $network
+# Should-Start: opensm
+# Should-Stop: opensm
 # Short-Description: Starts and stops the InfiniBand SRP client service
 # Description: The InfiniBand SRP client service attaches to SRP devices
 #	on the InfiniBand fabric and makes them appear as local disks to
diff --git a/srptools.spec b/srptools.spec
index 9589bb5..d97d04d 100644
--- a/srptools.spec
+++ b/srptools.spec
@@ -1,6 +1,6 @@
 Name: srptools
 Version: 0.0.4
-Release: 11%{?dist}
+Release: 12%{?dist}
 Summary: Tools for using the InfiniBand SRP protocol devices
 Group: System Environment/Base
 License: GPLv2 or BSD
@@ -44,6 +44,9 @@ rm -rf %{buildroot}
 %doc README NEWS ChangeLog COPYING
 
 %changelog
+* Tue Feb 28 2012 Doug Ledford <dledford at redhat.com> - 0.0.4-12
+- Fix minor issue in init script LSB headers
+
 * Fri Jan 06 2012 Doug Ledford <dledford at redhat.com> - 0.0.4-11
 - Initial import into Fedora
 


More information about the scm-commits mailing list