[linux-firmware/f18] Update to latest upstream

Josh Boyer jwboyer at fedoraproject.org
Wed Jul 24 11:59:10 UTC 2013


commit b628fbaf82118f2e1e42dbd1b221d2de5f9bd6ce
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Wed Jul 24 07:58:29 2013 -0400

    Update to latest upstream
    
    - New rtl, iwl, and amd firmware

 .gitignore          |    2 ++
 linux-firmware.spec |   40 +++++++++++++++++++++++++++++++++++++---
 sources             |    2 +-
 3 files changed, 40 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49863e5..413628b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ linux-firmware-20100806.tar.bz2
 /linux-firmware-20121218.tar.gz
 /linux-firmware-20130201.tar.gz
 /linux-firmware-20130418.tar.gz
+/linux-firmware-20130607.tar.gz
+/linux-firmware-20130724.tar.gz
diff --git a/linux-firmware.spec b/linux-firmware.spec
index e6c4d68..6ac230d 100644
--- a/linux-firmware.spec
+++ b/linux-firmware.spec
@@ -1,8 +1,8 @@
-%global checkout b584174
-%global iwlwifi_release 23
+%global checkout 31f6b30
+%global iwlwifi_release 24
 
 Name:		linux-firmware
-Version:	20130418
+Version:	20130724
 Release:	0.1.git%{checkout}%{?dist}
 Summary:	Firmware files used by the Linux kernel
 
@@ -185,6 +185,26 @@ 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.
 
+%package -n iwl7260-firmware
+Summary:       Firmware for Intel(R) Wireless WiFi Link 7260 Series Adapters
+License:       Redistributable, no modification permitted
+Version:       22.0.7.0
+Release:       %{iwlwifi_release}%{?dist}
+%description -n iwl7260-firmware
+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.
+
+%package -n iwl3160-firmware
+Summary:       Firmware for Intel(R) Wireless WiFi Link 3160 Series Adapters
+License:       Redistributable, no modification permitted
+Version:       22.0.7.0
+Release:       %{iwlwifi_release}%{?dist}
+%description -n iwl3160-firmware
+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.
+
 %package -n libertas-usb8388-firmware
 Summary:	Firmware for Marvell Libertas USB 8388 Network Adapter
 License:	Redistributable, no modification permitted
@@ -334,6 +354,16 @@ rm -rf $RPM_BUILD_ROOT
 %doc WHENCE LICENCE.iwlwifi_firmware
 /lib/firmware/iwlwifi-6050-*.ucode
 
+%files -n iwl7260-firmware
+%defattr(-,root,root,-)
+%doc WHENCE LICENCE.iwlwifi_firmware
+/lib/firmware/iwlwifi-7260-*.ucode
+
+%files -n iwl3160-firmware
+%defattr(-,root,root,-)
+%doc WHENCE LICENCE.iwlwifi_firmware
+/lib/firmware/iwlwifi-3160-*.ucode
+
 %files -n libertas-usb8388-firmware
 %defattr(-,root,root,-)
 %doc WHENCE LICENCE.Marvell
@@ -363,6 +393,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc WHENCE LICENCE.* LICENSE.*
 
 %changelog
+* Wed Jul 24 2013 Josh Boyer <jwboyer at redhat.com> - 20130724-27.git31f6b30
+- Update to latest upstream
+- New rtl, iwl, and amd firmware
+
 * Thu Apr 18 2013 Josh Boyer <jwboyer at redhat.com> - 20130418-0.1.gitb584174
 - Update to latest upstream git tree
 
diff --git a/sources b/sources
index 93eb269..77c39a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2333443621f9cb266addd638622c03fd  linux-firmware-20130418.tar.gz
+d0ae4b71cebe0213f0e53965f8e6c304  linux-firmware-20130724.tar.gz


More information about the scm-commits mailing list