rpms/bfa-firmware/F-11 LICENSE, NONE, 1.1 bfa-firmware.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Tue Mar 9 19:51:45 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/bfa-firmware/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7860/F-11

Modified Files:
	sources 
Added Files:
	LICENSE bfa-firmware.spec 
Log Message:
initial branching


--- NEW FILE LICENSE ---
copyright (c) 2010 Brocade Communications Systems, Inc.
Brocade Linux Fibre Channel HBA Firmware

You may redistribute the hardware specific firmware binary file
under the following terms:

1. Redistribution of source code (only if applicable),
must retain the above copyright notice, this list of
conditions and the following disclaimer.

2. 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.

3. The name of Brocade Communications Systems, Inc. ("Brocade")
may not be used to endorse or promote products derived from this
software without specific prior written permission by Brocade.

REGARDLESS OF WHAT LICENSING MECHANISM IS USED OR APPLICABLE,
THIS PROGRAM IS PROVIDED BY BROCADE "AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE IS 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 BROCADE HARDWARE OR SOFTWARE EITHER SOLELY OR IN
COMBINATION WITH THIS PROGRAM.


--- NEW FILE bfa-firmware.spec ---
Name:		bfa-firmware
Summary:	Brocade Fibre Channel HBA Firmware
Version:	2.1.2.1
Release:	2%{?dist}
License:	Redistributable, no modification permitted
Group:		System Environment/Kernel
# These files were taken from:
# http://www.brocade.com/forms/getFile?p=documents/downloads/HBA/Linux/Drivers/NOARCH/bfa_firmware_linux-2.1.2.1-0.src.rpm
Source0:	cbfw.bin
Source1:	ctfw.bin
Source2:	LICENSE
URL:		http://www.brocade.com/sites/dotcom/services-support/drivers-downloads/CNA/Linux.page
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
# Needed for /lib/firmware
Requires:	udev

%description
Brocade Fibre Channel HBA Firmware.

%prep
%setup -n %{name} -c -T
cp %{SOURCE0} .
cp %{SOURCE1} .
cp %{SOURCE2} .

%build
# Firmware, do nothing.

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/lib/firmware/
install -m0644 cbfw.bin ctfw.bin %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE
/lib/firmware/cbfw.bin
/lib/firmware/ctfw.bin

%changelog
* Mon Mar  8 2010 Tom "spot" Callaway <tcallawa at redhat.com> 2.1.2.1-2
- Add missing Requires: udev

* Fri Jan 29 2010 Tom "spot" Callaway <tcallawa at redhat.com> 2.1.2.1-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bfa-firmware/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Mar 2010 06:22:44 -0000	1.1
+++ sources	9 Mar 2010 19:51:45 -0000	1.2
@@ -0,0 +1,2 @@
+4f316769c11167ddaa8757cadc0932b8  cbfw.bin
+7e601ee06b39dd5a4b9ba3f42ff46908  ctfw.bin



More information about the scm-commits mailing list