[netxen-firmware] initial commit

Tom Callaway spot at fedoraproject.org
Mon Jan 17 18:16:36 UTC 2011


commit 1b71f5f5efc57491b61ba43d8c1eee5f9ebe26d9
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Mon Jan 17 13:17:21 2011 -0500

    initial commit

 .gitignore           |    1 +
 LICENCE.phanfw       |   32 ++++++++++++++++++++++++++++++++
 netxen-firmware.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 4 files changed, 76 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..19ca623 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/phanfw.bin
diff --git a/LICENCE.phanfw b/LICENCE.phanfw
new file mode 100644
index 0000000..60e67c6
--- /dev/null
+++ b/LICENCE.phanfw
@@ -0,0 +1,32 @@
+Copyright © 2003-2010 QLogic Corporation
+QLogic Linux Intelligent Ethernet (3000 and 3100 Series) Adapter Firmware
+
+Redistribution and use in binary form, without modification, for use in
+conjunction with QLogic authorized products is permitted provided that the
+following conditions are met:
+
+1. Redistribution in binary form must reproduce the above copyright notice, this
+   list of conditions and the following disclaimer in the documentation and/or
+   other materials provided with the distribution.
+2. The name of QLogic Corporation may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+3. Reverse engineering, decompilation, or disassembly of this firmware is not
+   permitted.
+
+REGARDLESS OF WHAT LICENSING MECHANISM IS USED OR APPLICABLE,THIS PROGRAM IS
+PROVIDED BY QLOGIC CORPORATION "AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+GOODS OR SERVICES; LOSS OF USE,DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY,OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.
+
+USER ACKNOWLEDGES AND AGREES THAT USE OF THIS PROGRAM WILL NOT CREATE OR GIVE
+GROUNDS FOR A LICENSE BY IMPLICATION, ESTOPPEL, OR OTHERWISE IN ANY INTELLECTUAL
+PROPERTY RIGHTS (PATENT, COPYRIGHT, TRADE SECRET, MASK WORK, OR OTHER
+PROPRIETARY RIGHT) EMBODIED IN ANY OTHER QLOGIC HARDWARE OR SOFTWARE EITHER
+SOLELY OR IN COMBINATION WITH THIS PROGRAM.
diff --git a/netxen-firmware.spec b/netxen-firmware.spec
new file mode 100644
index 0000000..d2d0f5a
--- /dev/null
+++ b/netxen-firmware.spec
@@ -0,0 +1,42 @@
+Name:		netxen-firmware
+Summary:	QLogic Linux Intelligent Ethernet (3000 and 3100 Series) Adapter Firmware
+Version:	4.0.534
+Release:	3%{?dist}
+License:	Redistributable, no modification permitted
+Group:		System Environment/Kernel
+Source0:	ftp://ftp.qlogic.com/outgoing/linux/firmware/netxen_nic/phanfw.bin
+Source1:	ftp://ftp.qlogic.com/outgoing/linux/firmware/netxen_nic/LICENCE.phanfw
+URL:		ftp://ftp.qlogic.com/outgoing/linux/firmware/netxen_nic/
+BuildArch:	noarch
+Requires:	udev
+
+%description
+QLogic Linux Intelligent Ethernet (3000 and 3100 Series) Adapter Firmware.
+
+%prep
+%setup -n %{name} -c -T
+cp %{SOURCE0} .
+cp %{SOURCE1} .
+
+%build
+# Firmware, do nothing.
+
+%install
+mkdir -p %{buildroot}/lib/firmware/
+install -m0644 phanfw.bin %{buildroot}/lib/firmware/
+
+%files
+%defattr(-,root,root,-)
+%doc LICENCE.phanfw
+/lib/firmware/phanfw.bin
+
+%changelog
+* Thu Dec 23 2010 Tom Callaway <spot at fedoraproject.org> - 4.0.534-3
+- new LICENCE.phanfw
+- add Requires: udev
+
+* Mon Dec 13 2010 Tom Callaway <spot at fedoraproject.org> - 4.0.534-2
+- update urls
+
+* Mon Dec  6 2010 Tom Callaway <spot at fedoraproject.org> - 4.0.534-1
+- initial package
diff --git a/sources b/sources
index e69de29..83c2a08 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+964fabe983fc705a28802aa51851901a  phanfw.bin


More information about the scm-commits mailing list