[targetcli] version 2.0rc1.fb3-2

Andy Grover grover at fedoraproject.org
Wed Dec 14 00:36:52 UTC 2011


commit e6b6f0b52f98aadb313d620d2b67bcb039d39137
Author: Andy Grover <agrover at redhat.com>
Date:   Tue Dec 13 16:36:49 2011 -0800

    version 2.0rc1.fb3-2
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 targetcli.service |    1 +
 targetcli.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/targetcli.service b/targetcli.service
index 4bf01f3..e9eae77 100644
--- a/targetcli.service
+++ b/targetcli.service
@@ -1,6 +1,7 @@
 [Unit]
 Description=Loads LIO kernel target saved configuration
 Requires=sys-kernel-config.mount
+After=sys-kernel-config.mount
 
 [Service]
 Type=oneshot
diff --git a/targetcli.spec b/targetcli.spec
index 6805083..7e9bb78 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.fb3
-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,9 @@ fi
 %{_mandir}/man8/targetcli.8.gz
 
 %changelog
+* Tue Dec 13 2011 Andy Grover <agrover at redhat.com> - 2.0rc1.fb3-2
+- Fix service file to mount configfs before starting targetcli
+
 * Tue Dec 13 2011 Andy Grover <agrover at redhat.com> - 2.0rc1.fb3-1
 - New upstream release
 - Fixup service file for new start/stop targetcli commands


More information about the scm-commits mailing list