diff --git a/.gitignore b/.gitignore index 78cc6bb..c66847f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-firmware-20140213.tar.gz +SOURCES/linux-firmware-20140804.tar.gz diff --git a/.linux-firmware.metadata b/.linux-firmware.metadata index a5ade2b..eda5266 100644 --- a/.linux-firmware.metadata +++ b/.linux-firmware.metadata @@ -1 +1 @@ -eacaa7d5be6f41d41eaf65445a7e97278d867c16 SOURCES/linux-firmware-20140213.tar.gz +b968f1c85979ed36d26de55debd8261c8da9efa8 SOURCES/linux-firmware-20140804.tar.gz diff --git a/SPECS/linux-firmware.spec b/SPECS/linux-firmware.spec index 9a2f685..760c757 100644 --- a/SPECS/linux-firmware.spec +++ b/SPECS/linux-firmware.spec @@ -1,9 +1,9 @@ -%global checkout 4164c23 -%global iwlwifi_release 34 +%global checkout 6bce2b0 +%global iwlwifi_release 35 Name: linux-firmware -Version: 20140213 -Release: 0.3.git%{checkout}%{?dist} +Version: 20140804 +Release: 0.1.git%{checkout}%{?dist} Summary: Firmware files used by the Linux kernel Group: System Environment/Kernel @@ -210,6 +210,16 @@ 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 iwl7265-firmware +Summary: Firmware for Intel(R) Dual Band Wireless-AC 7265 Series Adapters +License: Redistributable, no modification permitted +Version: 22.0.7.0 +Release: %{iwlwifi_release}%{?dist} +%description -n iwl7265-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 @@ -321,6 +331,7 @@ rm -rf $RPM_BUILD_ROOT %doc WHENCE LICENCE.iwlwifi_firmware %{fwdir}/iwlwifi-3160-7.ucode %{fwdir}/iwlwifi-3160-8.ucode +%{fwdir}/iwlwifi-3160-9.ucode %files -n iwl3945-firmware %defattr(-,root,root,-) @@ -367,6 +378,13 @@ rm -rf $RPM_BUILD_ROOT %doc WHENCE LICENCE.iwlwifi_firmware %{fwdir}/iwlwifi-7260-7.ucode %{fwdir}/iwlwifi-7260-8.ucode +%{fwdir}/iwlwifi-7260-9.ucode + +%files -n iwl7265-firmware +%defattr(-,root,root,-) +%doc WHENCE LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-7265-8.ucode +%{fwdir}/iwlwifi-7265-9.ucode %files -n libertas-usb8388-firmware %defattr(-,root,root,-) @@ -399,6 +417,9 @@ rm -rf $RPM_BUILD_ROOT %doc WHENCE LICENCE.* LICENSE.* %changelog +* Mon Aug 04 2014 Jarod Wilson - 20140804-0.1.git6bce2b0 +- Update to latest linux-firmware to pick up new Qlogic firmware (rhbz 1126474) + * Mon Mar 24 2014 Prarit Bhargava - 20140213-0.3.git4164c23 - Revert AMD firmware update again (rhbz 1079114)