[linux-firmware/f15] resolve conflict with netxen-firmware

Tom Callaway spot at fedoraproject.org
Thu Aug 4 19:58:08 UTC 2011


commit bc4a514da82d78466e17bf215337438f3b46e40e
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Aug 4 15:57:56 2011 -0400

    resolve conflict with netxen-firmware

 linux-firmware.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/linux-firmware.spec b/linux-firmware.spec
index 87582d7..6e643ae 100644
--- a/linux-firmware.spec
+++ b/linux-firmware.spec
@@ -1,7 +1,7 @@
 
 Name:		linux-firmware
 Version:	20110731
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Firmware files used by the Linux kernel
 
 Group:		System Environment/Kernel
@@ -13,6 +13,9 @@ BuildArch:	noarch
 Provides:	kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
 Obsoletes:	kernel-firmware < %{version} xorg-x11-drv-ati-firmware < 6.13.0-0.22
 Obsoletes:	ueagle-atm4-firmware < 1.0-5
+# The netxen firmware gets independently updated, so we'll use it instead of 
+# whatever happens to be in the last checkout.
+Requires:	netxen-firmware
 Requires:	udev
 
 %description
@@ -32,6 +35,8 @@ rm -rf ess korg sb16 yamaha
 rm rt73.bin rt2561.bin rt2561s.bin rt2661.bin
 # And _some_ conexant firmware.
 rm v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx25840.fw
+# Netxen firmware
+rm phanfw.bin LICENCE.phanfw
 
 # Remove source files we don't need to install
 rm -f usbdux/*dux */*.asm
@@ -52,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 /lib/firmware/*
 
 %changelog
+* Thu Aug 04 2011 Tom Callaway <spot at fedoraproject.org> 20110731-2
+- resolve conflict with netxen-firmware
+
 * Wed Aug 03 2011 David Woodhouse <dwmw2 at infradead.org> 20110731-1
 - Latest firmware release with v1.3 ath9k firmware (#727702)
 


More information about the scm-commits mailing list