[targetcli] update to 2.0rc1.fb5-2

Andy Grover grover at fedoraproject.org
Fri Jan 27 21:27:23 UTC 2012


commit 1fdb82ada22d627360f48b7c71db452c7d81a9e7
Author: Andy Grover <agrover at redhat.com>
Date:   Fri Jan 27 13:08:17 2012 -0800

    update to 2.0rc1.fb5-2
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 targetcli.service |    4 ++--
 targetcli.spec    |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/targetcli.service b/targetcli.service
index e9eae77..2248d9f 100644
--- a/targetcli.service
+++ b/targetcli.service
@@ -1,7 +1,7 @@
 [Unit]
-Description=Loads LIO kernel target saved configuration
+Description=Restore LIO kernel target configuration
 Requires=sys-kernel-config.mount
-After=sys-kernel-config.mount
+After=sys-kernel-config.mount network.target local-fs.target
 
 [Service]
 Type=oneshot
diff --git a/targetcli.spec b/targetcli.spec
index 6964694..1725a78 100644
--- a/targetcli.spec
+++ b/targetcli.spec
@@ -5,7 +5,7 @@ License:        AGPLv3
 Group:          System Environment/Libraries
 Summary:        An administration shell for storage targets
 Version:        2.0rc1.fb5
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            https://github.com/agrover/targetcli-fb
 Source:         https://github.com/agrover/%{oname}/tarball/v%{version}
 Source1:        targetcli.service
@@ -58,6 +58,10 @@ fi
 %{_mandir}/man8/targetcli.8.gz
 
 %changelog
+* Tue Jan 24 2012 Andy Grover <agrover at redhat.com> - 2.0rc1.fb5-2
+- Update After= in service file to wait for localfs and network
+- Improve description in service file
+
 * Tue Jan 24 2012 Andy Grover <agrover at redhat.com> - 2.0rc1.fb5-1
 - New upstream release
 


More information about the scm-commits mailing list