[scsi-target-utils] update to 1.0.22.-3

Andy Grover grover at fedoraproject.org
Fri Dec 16 02:32:51 UTC 2011


commit fa03c8642b14f5285ea92a3180235c7780d6ed8c
Author: Andy Grover <agrover at redhat.com>
Date:   Thu Dec 15 18:32:47 2011 -0800

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

 scsi-target-utils.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index 86d346d..3bdf63b 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -1,6 +1,6 @@
 Name:           scsi-target-utils
 Version:        1.0.22
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The SCSI target daemon and utility programs
 
 Group:          System Environment/Daemons
@@ -80,8 +80,8 @@ fi
 
 %preun
 if [ $1 -eq 0 ]; then
-    systemctl --no-reload disable fcoe.service >/dev/null 2>&1 || :
-    systemctl stop fcoe.service >/dev/null 2>&1 || :
+    systemctl --no-reload disable tgtd.service >/dev/null 2>&1 || :
+    systemctl stop tgtd.service >/dev/null 2>&1 || :
 fi
 
 %postun
@@ -114,6 +114,9 @@ fi
 
 
 %changelog
+* Thu Dec 15 2011 Andy Grover <agrover at redhat.com> - 1.0.22-3
+- Fix leftover fcoe references
+
 * Thu Dec 15 2011 Andy Grover <agrover at redhat.com> - 1.0.22-2
 - Convert to systemd init (based on fcoe-utils.spec)
 - Correct arch excludes for subpackage only


More information about the scm-commits mailing list