update to 2.0rc1.fb5-2

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2012-01-27 13:08:17 -08:00
parent 2625074ed3
commit 1fdb82ada2
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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@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@redhat.com> - 2.0rc1.fb5-1
- New upstream release