diff --git a/.gitignore b/.gitignore index bdce2fc..82f8e54 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-rtslib-no-usb.patch b/python-rtslib-no-usb.patch index 2fe8286..6f2b570 100644 --- a/python-rtslib-no-usb.patch +++ b/python-rtslib-no-usb.patch @@ -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 . -- --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') diff --git a/python-rtslib.spec b/python-rtslib.spec index d967d81..ea8fa3b 100644 --- a/python-rtslib.spec +++ b/python-rtslib.spec @@ -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 - 2.1.fb27-1 +- Specfiles removed upstream, remove handling +- Refresh no-usb.patch + * Thu Dec 20 2012 Andy Grover - 2.1.fb26-1 - New upstream release - Remove kernel dependency diff --git a/sources b/sources index 5671898..4207b15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b880c51cec48059cb57a68d0d58ca602 rtslib-fb-2.1.fb26.tar.gz +b5a5c1f815edc0252bb965b0448eb7f6 rtslib-fb-2.1.fb27.tar.gz