update to 2.1.fb43-1

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2013-12-04 09:17:20 -08:00
parent 204c2281b2
commit 31948f8531
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@
/rtslib-fb-2.1.fb39.tar.gz
/rtslib-fb-2.1.fb40.tar.gz
/rtslib-fb-2.1.fb41.tar.gz
/rtslib-fb-2.1.fb43.tar.gz

View File

@ -8,12 +8,11 @@ Name: python-rtslib
License: ASL 2.0
Group: System Environment/Libraries
Summary: API for Linux kernel LIO SCSI target
Version: 2.1.fb41
Release: 3%{?dist}
Version: 2.1.fb43
Release: 1%{?dist}
URL: https://fedorahosted.org/targetcli-fb/
Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
Source1: target.service
Patch0: rtslib-fix-setup.patch
BuildArch: noarch
BuildRequires: python-devel epydoc python-setuptools systemd-units
Requires: python-kmod
@ -50,7 +49,6 @@ API for generic Linux SCSI kernel target.
%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%if 0%{?with_python3}
rm -rf %{py3dir}
@ -116,6 +114,10 @@ popd
%doc doc/html
%changelog
* Wed Dec 4 2013 Andy Grover <agrover@redhat.com> - 2.1.fb43-1
- New upstream version
- Remove rtslib-fix-setup.patch
* Wed Nov 6 2013 Andy Grover <agrover@redhat.com> - 2.1.fb41-3
- Don't overwrite py2 scripts with py3 scripts

View File

@ -1 +1 @@
14cb7ae59940fae4688e3a860c9cb4e2 rtslib-fb-2.1.fb41.tar.gz
e9c6c053f25eb46cf36c0bd616120bb8 rtslib-fb-2.1.fb43.tar.gz