[scsi-target-utils] update to 1.0.32-5

Andy Grover grover at fedoraproject.org
Wed Apr 10 19:09:32 UTC 2013


commit 5de1dd10b8804e555c1c010c1af52a4415155971
Author: Andy Grover <agrover at redhat.com>
Date:   Wed Apr 10 12:08:00 2013 -0700

    update to 1.0.32-5
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 scsi-target-utils.spec |    5 ++++-
 tgtd.service           |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index 08ae05d..0a87687 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -5,7 +5,7 @@
 
 Name:           scsi-target-utils
 Version:        1.0.32
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        The SCSI target daemon and utility programs
 
 Group:          System Environment/Daemons
@@ -112,6 +112,9 @@ fi
 
 
 %changelog
+* Wed Apr 10 2013 Andy Grover <agrover at redhat.com> - 1.0.32-5
+- Fix ExecStartPost line in tgtd.service to have full path
+
 * Mon Mar 25 2013 Andy Grover <agrover at redhat.com> - 1.0.32-4
 - Add workaround fo BZ 848942.
 
diff --git a/tgtd.service b/tgtd.service
index 5505a27..6a12511 100644
--- a/tgtd.service
+++ b/tgtd.service
@@ -7,7 +7,7 @@ EnvironmentFile=/etc/sysconfig/tgtd
 
 ExecStart=/usr/sbin/tgtd -f $TGTD_OPTS
 # see bz 848942. workaround for a race for now.
-ExecStartPost=sleep 5
+ExecStartPost=/bin/sleep 5
 # Put tgtd into "offline" state until all the targets are configured.
 # We don't want initiators to (re)connect and fail the connection
 # if it's not ready.


More information about the scm-commits mailing list