update to 2.1.fb27-1
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
a7d93d89d3
commit
d2ded5eabc
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/rtslib-fb-2.1.fb23.tar.gz
|
||||
/rtslib-fb-2.1.fb24.tar.gz
|
||||
/rtslib-fb-2.1.fb26.tar.gz
|
||||
/rtslib-fb-2.1.fb27.tar.gz
|
||||
|
@ -1,27 +1,12 @@
|
||||
diff --git a/specs/usb_gadget.spec b/specs/usb_gadget.spec
|
||||
deleted file mode 100644
|
||||
index 94f82bf..0000000
|
||||
--- a/specs/usb_gadget.spec
|
||||
+++ /dev/null
|
||||
@@ -1,21 +0,0 @@
|
||||
-# The USB-gadget fabric module specification
|
||||
-#
|
||||
-# This file is part of RTSLib Community Edition.
|
||||
-# Copyright (c) 2011 by RisingTide Systems LLC
|
||||
-#
|
||||
-# This program is free software: you can redistribute it and/or modify
|
||||
-# it under the terms of the GNU Affero General Public License as
|
||||
-# published by the Free Software Foundation, version 3 (AGPLv3).
|
||||
-#
|
||||
-# This program is distributed in the hope that it will be useful,
|
||||
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
-# GNU Affero General Public License for more details.
|
||||
-#
|
||||
-# You should have received a copy of the GNU Affero General Public License
|
||||
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-
|
||||
-features = ("nexus",)
|
||||
-wwn_type = "naa"
|
||||
-kernel_module = "tcm_usb_gadget"
|
||||
-configfs_group = "usb_gadget"
|
||||
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')
|
||||
|
@ -4,7 +4,7 @@ Name: python-rtslib
|
||||
License: AGPLv3
|
||||
Group: System Environment/Libraries
|
||||
Summary: API for RisingTide Systems generic SCSI target
|
||||
Version: 2.1.fb26
|
||||
Version: 2.1.fb27
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/agrover/rtslib-fb/
|
||||
# Acquire with
|
||||
@ -42,8 +42,6 @@ epydoc --no-sourcecode --html -n rtslib -o doc/html rtslib/*.py
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%{__python} setup.py install --skip-build --root %{buildroot}
|
||||
mkdir -p %{buildroot}/var/lib/target/fabric
|
||||
cp specs/* %{buildroot}/var/lib/target/fabric
|
||||
|
||||
|
||||
%clean
|
||||
@ -52,13 +50,16 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/*
|
||||
/var/lib/target
|
||||
%doc COPYING README
|
||||
|
||||
%files doc
|
||||
%doc doc/html
|
||||
|
||||
%changelog
|
||||
* Wed Jan 2 2013 Andy Grover <agrover@redhat.com> - 2.1.fb27-1
|
||||
- Specfiles removed upstream, remove handling
|
||||
- Refresh no-usb.patch
|
||||
|
||||
* Thu Dec 20 2012 Andy Grover <agrover@redhat.com> - 2.1.fb26-1
|
||||
- New upstream release
|
||||
- Remove kernel dependency
|
||||
|
Loading…
Reference in New Issue
Block a user