update to 2.1.fb41-1
This commit is contained in:
parent
5898c42d55
commit
7567859d7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
||||
/targetcli-fb-2.1.fb38.tar.gz
|
||||
/targetcli-fb-2.1.fb39.tar.gz
|
||||
/targetcli-fb-2.1.fb40.tar.gz
|
||||
/targetcli-fb-2.1.fb41.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
32107bd9e3ef4393ea4991e27f74188a targetcli-fb-2.1.fb40.tar.gz
|
||||
457b857d590c0ccaea2e407c1ac6d8d7 targetcli-fb-2.1.fb41.tar.gz
|
||||
|
@ -4,13 +4,13 @@ Name: targetcli
|
||||
License: ASL 2.0
|
||||
Group: System Environment/Libraries
|
||||
Summary: An administration shell for storage targets
|
||||
Version: 2.1.fb40
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.fb41
|
||||
Release: 1%{?dist}
|
||||
URL: https://fedorahosted.org/targetcli-fb/
|
||||
Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel, python3-setuptools, python-tools
|
||||
Requires: python3-rtslib, python3-configshell
|
||||
BuildRequires: python3-devel, python3-setuptools
|
||||
Requires: python3-rtslib, python3-configshell, python-six
|
||||
|
||||
|
||||
%description
|
||||
@ -23,7 +23,6 @@ users will also need to install and use fcoe-utils.
|
||||
%setup -q -n %{oname}-%{version}
|
||||
|
||||
%build
|
||||
2to3 --write --nobackups .
|
||||
%{__python3} setup.py build
|
||||
gzip --stdout targetcli.8 > targetcli.8.gz
|
||||
|
||||
@ -42,6 +41,10 @@ install -m 644 targetcli.8.gz %{buildroot}%{_mandir}/man8/
|
||||
%{_mandir}/man8/targetcli.8.gz
|
||||
|
||||
%changelog
|
||||
* Tue Jun 23 2015 Andy Grover <agrover@redhat.com> - 2.1.fb41-1
|
||||
- New upstream version
|
||||
- Use python-six instead of 2to3
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.fb40-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user