Update to 2.1.fb26-1

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2012-12-20 14:48:05 -08:00
parent 0984b1be5d
commit a7d93d89d3
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/rtslib-fb-2.1.fb22.tar.gz
/rtslib-fb-2.1.fb23.tar.gz
/rtslib-fb-2.1.fb24.tar.gz
/rtslib-fb-2.1.fb26.tar.gz

View File

@ -4,16 +4,18 @@ Name: python-rtslib
License: AGPLv3
Group: System Environment/Libraries
Summary: API for RisingTide Systems generic SCSI target
Version: 2.1.fb24
Version: 2.1.fb26
Release: 1%{?dist}
URL: https://github.com/agrover/rtslib-fb/
Source: https://github.com/downloads/agrover/%{oname}/%{oname}-%{version}.tar.gz
# Acquire with
# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
# and it will save with the name below. Not cool, github.
Source: https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz
Patch0: %{name}-no-usb.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-ipaddr python-ethtool python-devel epydoc
Requires: python-ipaddr python-ethtool python-kmod
Requires: kernel >= 3.6.0
BuildRequires: python-devel epydoc
Requires: python-kmod
%package doc
Summary: Documentation for python-rtslib
@ -57,6 +59,11 @@ rm -rf %{buildroot}
%doc doc/html
%changelog
* Thu Dec 20 2012 Andy Grover <agrover@redhat.com> - 2.1.fb26-1
- New upstream release
- Remove kernel dependency
- Remove python-ethtool and python-ipaddr dependencies
* Tue Nov 13 2012 Andy Grover <agrover@redhat.com> - 2.1.fb24-1
- New upstream release

View File

@ -1 +1 @@
a4b9128a034c50d0f14aa758b505f372 rtslib-fb-2.1.fb24.tar.gz
b880c51cec48059cb57a68d0d58ca602 rtslib-fb-2.1.fb26.tar.gz