[linux-firmware/f16] Fix location of BuildRequires so git is inclued in the buildroot

Josh Boyer jwboyer at fedoraproject.org
Tue Jun 5 16:59:35 UTC 2012


commit 8a85553db71ddc065a61e3545aa67374c120424c
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Tue Jun 5 12:58:45 2012 -0400

    Fix location of BuildRequires so git is inclued in the buildroot
    
    - Create iwlXXXX-firmware subpackages (rhbz 828050)

 linux-firmware.spec |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/linux-firmware.spec b/linux-firmware.spec
index da11a69..bac63e3 100644
--- a/linux-firmware.spec
+++ b/linux-firmware.spec
@@ -15,6 +15,15 @@ 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
+BuildRequires: git
+
+%description
+Kernel-firmware includes firmware files required for some devices to
+operate.
 
 %package -n iwl100-firmware
 Summary:	Firmware for Intel(R) Wireless WiFi Link 100 Series Adapters
@@ -172,16 +181,6 @@ This package contains the firmware required by the iwlagn driver
 for Linux.  Usage of the firmware is subject to the terms and conditions
 contained inside the provided LICENSE file. Please read it carefully.
 
-# 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
-BuildRequires: git
-
-%description
-Kernel-firmware includes firmware files required for some devices to
-operate.
-
 %prep
 %setup -q -n linux-firmware-%{checkout}
 git init .
@@ -297,6 +296,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Tue Jun 05 2012 Josh Boyer <jwboyer at redhat.com> 20120510-0.3.git375e954
+- Fix location of BuildRequires so git is inclued in the buildroot
 - Create iwlXXXX-firmware subpackages (rhbz 828050)
 
 * Thu May 10 2012 Josh Boyer <jwboyer at redhat.com> 20120510-0.1.git375e954


More information about the scm-commits mailing list