update to 2.1.fb27-1

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2013-01-02 16:12:49 -08:00
parent a7d93d89d3
commit d2ded5eabc
4 changed files with 19 additions and 32 deletions

1
.gitignore vendored
View File

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

View File

@ -1,27 +1,12 @@
diff --git a/specs/usb_gadget.spec b/specs/usb_gadget.spec diff --git a/rtslib/fabrics.py b/rtslib/fabrics.py
deleted file mode 100644 index 69ec376..5778210 100644
index 94f82bf..0000000 --- a/rtslib/fabrics.py
--- a/specs/usb_gadget.spec +++ b/rtslib/fabrics.py
+++ /dev/null @@ -181,7 +181,6 @@ fabrics = [
@@ -1,21 +0,0 @@ ("qla2xxxx", _qla2xxx),
-# The USB-gadget fabric module specification ("sbp", _sbp),
-# ("tcm_fc", _tcm_fc),
-# This file is part of RTSLib Community Edition. - ("usb_gadget", _usb_gadget),
-# Copyright (c) 2011 by RisingTide Systems LLC ]
-#
-# This program is free software: you can redistribute it and/or modify _default_features = ('discovery_auth', 'acls', 'acls_auth', 'nps', 'tpgts')
-# 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"

View File

@ -4,7 +4,7 @@ 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 RisingTide Systems generic SCSI target
Version: 2.1.fb26 Version: 2.1.fb27
Release: 1%{?dist} Release: 1%{?dist}
URL: https://github.com/agrover/rtslib-fb/ URL: https://github.com/agrover/rtslib-fb/
# Acquire with # Acquire with
@ -42,8 +42,6 @@ epydoc --no-sourcecode --html -n rtslib -o doc/html rtslib/*.py
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot}
mkdir -p %{buildroot}/var/lib/target/fabric
cp specs/* %{buildroot}/var/lib/target/fabric
%clean %clean
@ -52,13 +50,16 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{python_sitelib}/* %{python_sitelib}/*
/var/lib/target
%doc COPYING README %doc COPYING README
%files doc %files doc
%doc doc/html %doc doc/html
%changelog %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 * Thu Dec 20 2012 Andy Grover <agrover@redhat.com> - 2.1.fb26-1
- New upstream release - New upstream release
- Remove kernel dependency - Remove kernel dependency

View File

@ -1 +1 @@
b880c51cec48059cb57a68d0d58ca602 rtslib-fb-2.1.fb26.tar.gz b5a5c1f815edc0252bb965b0448eb7f6 rtslib-fb-2.1.fb27.tar.gz