update to 2.0rc1.fb3-1
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
fbd7d9635b
commit
039e79976c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/targetcli-1.99.2.gitb03ec79.tar.gz
|
||||
/v2.0rc1.fb1
|
||||
/v2.0rc1.fb2
|
||||
/v2.0rc1.fb3
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
a000250bd42fbafaa641b9cd0e7c1663 v2.0rc1.fb2
|
||||
81900da121f754db124d1f6d43ed13a6 v2.0rc1.fb3
|
||||
|
||||
@ -5,7 +5,8 @@ Requires=sys-kernel-config.mount
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=-/bin/sh /etc/target/all_start.sh
|
||||
ExecStart=/usr/bin/targetcli restoreconfig clear_existing=true
|
||||
ExecStop=/usr/bin/targetcli clearconfig confirm=true
|
||||
SyslogIdentifier=targetcli
|
||||
|
||||
[Install]
|
||||
|
||||
@ -4,7 +4,7 @@ Name: targetcli
|
||||
License: AGPLv3
|
||||
Group: System Environment/Libraries
|
||||
Summary: An administration shell for storage targets
|
||||
Version: 2.0rc1.fb2
|
||||
Version: 2.0rc1.fb3
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/agrover/targetcli-fb
|
||||
Source: https://github.com/agrover/%{oname}/tarball/v%{version}
|
||||
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel python-rtslib python-configshell epydoc
|
||||
BuildRequires: systemd-units
|
||||
Requires: python-rtslib >= 2.1.fb1, python-configshell
|
||||
Requires: python-rtslib >= 2.1.fb2, python-configshell
|
||||
Requires(post): systemd-units
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ users will also need to install and use fcoe-utils.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n agrover-%{oname}-091a9a2
|
||||
%setup -q -n agrover-%{oname}-8186d2d
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
@ -58,6 +58,10 @@ fi
|
||||
%{_mandir}/man8/targetcli.8.gz
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2011 Andy Grover <agrover@redhat.com> - 2.0rc1.fb3-1
|
||||
- New upstream release
|
||||
- Fixup service file for new start/stop targetcli commands
|
||||
|
||||
* Tue Dec 6 2011 Andy Grover <agrover@redhat.com> - 2.0rc1.fb2-1
|
||||
- New upstream source and release
|
||||
- Remove patches:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user