update to 2.1.fb20-2
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
07fac6f313
commit
2390f8f2c1
27
python-rtslib-no-usb.patch
Normal file
27
python-rtslib-no-usb.patch
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
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"
|
@ -5,9 +5,10 @@ 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.fb20
|
Version: 2.1.fb20
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: https://github.com/agrover/rtslib-fb/
|
URL: https://github.com/agrover/rtslib-fb/
|
||||||
Source: https://github.com/downloads/agrover/%{oname}/%{oname}-%{version}.tar.gz
|
Source: https://github.com/downloads/agrover/%{oname}/%{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-ipaddr python-ethtool python-devel epydoc
|
BuildRequires: python-ipaddr python-ethtool python-devel epydoc
|
||||||
@ -29,6 +30,7 @@ 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
|
||||||
@ -55,6 +57,9 @@ rm -rf %{buildroot}
|
|||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 7 2012 Andy Grover <agrover@redhat.com> - 2.1.fb20-2
|
||||||
|
- Add patch no-usb.patch
|
||||||
|
|
||||||
* Tue Aug 7 2012 Andy Grover <agrover@redhat.com> - 2.1.fb20-1
|
* Tue Aug 7 2012 Andy Grover <agrover@redhat.com> - 2.1.fb20-1
|
||||||
- New upstream release. Add kernel version dependency.
|
- New upstream release. Add kernel version dependency.
|
||||||
- Don't claim python_sitelib
|
- Don't claim python_sitelib
|
||||||
|
Loading…
Reference in New Issue
Block a user