From 1fdb82ada22d627360f48b7c71db452c7d81a9e7 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Fri, 27 Jan 2012 13:08:17 -0800 Subject: [PATCH] update to 2.0rc1.fb5-2 Signed-off-by: Andy Grover --- 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 - 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 - 2.0rc1.fb5-1 - New upstream release