update to 2.1.fb57-1
This commit is contained in:
parent
00d86c0f59
commit
ddd8b6f21a
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@
|
|||||||
/rtslib-fb-2.1.fb51.tar.gz
|
/rtslib-fb-2.1.fb51.tar.gz
|
||||||
/rtslib-fb-2.1.fb52.tar.gz
|
/rtslib-fb-2.1.fb52.tar.gz
|
||||||
/rtslib-fb-2.1.fb53.tar.gz
|
/rtslib-fb-2.1.fb53.tar.gz
|
||||||
|
/rtslib-fb-2.1.fb57.tar.gz
|
||||||
|
@ -8,20 +8,20 @@ Name: python-rtslib
|
|||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: API for Linux kernel LIO SCSI target
|
Summary: API for Linux kernel LIO SCSI target
|
||||||
Version: 2.1.fb53
|
Version: 2.1.fb57
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://fedorahosted.org/targetcli-fb/
|
URL: https://fedorahosted.org/targetcli-fb/
|
||||||
Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
|
Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
|
||||||
Source1: target.service
|
Source1: target.service
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel epydoc python-setuptools systemd-units
|
BuildRequires: python-devel epydoc python-setuptools systemd-units
|
||||||
Requires: python-kmod
|
Requires: python-kmod python-six
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel python-tools python3-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
@ -64,7 +64,6 @@ epydoc --no-sourcecode --html -n rtslib -o doc/html rtslib/*.py
|
|||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
2to3 --write --nobackups .
|
|
||||||
%{__python3} setup.py build
|
%{__python3} setup.py build
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
@ -107,13 +106,17 @@ popd
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-rtslib
|
%files -n python3-rtslib
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%doc COPYING README.md
|
%doc COPYING README.md doc/getting_started.md
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 23 2015 Andy Grover <agrover@redhat.com> - 2.1.fb57-1
|
||||||
|
- New upstream version
|
||||||
|
- Change from 2to3 to python-six
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.fb53-2
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.fb53-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user