Update to 2.1.fb30-1
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
9741cea1cb
commit
758a2303e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
|||||||
/rtslib-fb-2.1.fb26.tar.gz
|
/rtslib-fb-2.1.fb26.tar.gz
|
||||||
/rtslib-fb-2.1.fb27.tar.gz
|
/rtslib-fb-2.1.fb27.tar.gz
|
||||||
/rtslib-fb-2.1.fb28.tar.gz
|
/rtslib-fb-2.1.fb28.tar.gz
|
||||||
|
/rtslib-fb-2.1.fb30.tar.gz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff --git a/rtslib/fabrics.py b/rtslib/fabrics.py
|
|
||||||
index 69ec376..5778210 100644
|
|
||||||
--- a/rtslib/fabrics.py
|
|
||||||
+++ b/rtslib/fabrics.py
|
|
||||||
@@ -181,7 +181,6 @@ fabrics = [
|
|
||||||
("qla2xxxx", _qla2xxx),
|
|
||||||
("sbp", _sbp),
|
|
||||||
("tcm_fc", _tcm_fc),
|
|
||||||
- ("usb_gadget", _usb_gadget),
|
|
||||||
]
|
|
||||||
|
|
||||||
_default_features = ('discovery_auth', 'acls', 'acls_auth', 'nps', 'tpgts')
|
|
@ -3,15 +3,14 @@
|
|||||||
Name: python-rtslib
|
Name: python-rtslib
|
||||||
License: AGPLv3
|
License: AGPLv3
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: API for RisingTide Systems generic SCSI target
|
Summary: API for Linux kernel LIO SCSI target
|
||||||
Version: 2.1.fb28
|
Version: 2.1.fb30
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/agrover/rtslib-fb/
|
URL: https://github.com/agrover/rtslib-fb/
|
||||||
# Acquire with
|
# Acquire with
|
||||||
# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
|
# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
|
||||||
# and it will save with the name below. Not cool, github.
|
# and it will save with the name below. Not cool, github.
|
||||||
Source: https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel epydoc
|
BuildRequires: python-devel epydoc
|
||||||
@ -28,11 +27,10 @@ API for generic Linux SCSI kernel target.
|
|||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
API documentation for rtslib, to configure the generic Linux SCSI
|
API documentation for rtslib, to configure the generic Linux SCSI
|
||||||
kernel target.
|
multiprotocol kernel target.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{oname}-%{version}
|
%setup -q -n %{oname}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
@ -56,6 +54,11 @@ rm -rf %{buildroot}
|
|||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 26 2013 Andy Grover <agrover@redhat.com> - 2.1.fb30-1
|
||||||
|
- New upstream version
|
||||||
|
- Update description and summary
|
||||||
|
- Remove patch0, upstream doesn't include usb gadget any more
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.fb28-2
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.fb28-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user