From 7a06525a1d016b7e28f912ba1f7907286b7621e4 Mon Sep 17 00:00:00 2001 From: "Mauro S. M. Rodrigues" Date: Fri, 26 Aug 2016 21:12:34 -0300 Subject: [PATCH] Add linux-firmware to the set of packages we build (#6) linux-firmware contains firmware files necessary for some devices to work. This adds the latest linux-firmware containing bnx2x-e2-7.13.1.0.fw necessary to Shiner-SR. TODO(maurosr): I couldn't find the url to download Source1: cxgb4-old-fw.tar.bz2 so let's keep it out of our package for now as mentioned in linux-firmware's spec. Added Conflicts tag against ivtv-firmware (a TV recorder device) Since we don't care with the kind of device ivtv brings to the table (no offense, it's just not part of our scope) I'll mark as conflict instead of repackaging and rebuild it. see discussion at ttps://github.com/open-power-host-os/versions/pull/6/files#r76001916 Closes #25 --- linux-firmware/centOS/7.2/linux-firmware.spec | 602 ++++++++++++++++++ linux-firmware/centOS/7.2/rpmmacro | 1 + linux-firmware/linux-firmware.yaml | 11 + 3 files changed, 614 insertions(+) create mode 100644 linux-firmware/centOS/7.2/linux-firmware.spec create mode 100644 linux-firmware/centOS/7.2/rpmmacro create mode 100644 linux-firmware/linux-firmware.yaml diff --git a/linux-firmware/centOS/7.2/linux-firmware.spec b/linux-firmware/centOS/7.2/linux-firmware.spec new file mode 100644 index 00000000..7bc1a675 --- /dev/null +++ b/linux-firmware/centOS/7.2/linux-firmware.spec @@ -0,0 +1,602 @@ +%global checkout 70a3c2a +%global firmware_release 44 + +Name: linux-firmware +Version: 20150904 +Release: %{firmware_release}.git%{checkout}%{?dist}.1 +Summary: Firmware files used by the Linux kernel + +Group: System Environment/Kernel +License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted +URL: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git +# Source0 creation: "git archive --format=tar [gitid] | gzip > [srcdir]/%{name}-%{version}.tar.gz" +Source0: %{name}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +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 +Obsoletes: netxen-firmware <= 4.0.534-9 +Obsoletes: ql2100-firmware <= 1.19.38-7 +Obsoletes: ql2200-firmware <= 2.02.08-7 +Obsoletes: ql23xx-firmware <= 3.03.28-5 +Obsoletes: ql2400-firmware <= 5.08.00-2 +Obsoletes: ql2500-firmware <= 5.08.00-2 +Obsoletes: rt61pci-firmware <= 1.2-11 +Obsoletes: rt73usb-firmware <= 1.8-11 +Obsoletes: bfa-firmware <= 3.2.21.1-1 +# Mark the obsolecence of removed sub-packages (see bug 1232315) +Obsoletes: libertas-usb8388-firmware +Obsoletes: libertas-sd8686-firmware +Obsoletes: libertas-sd8787-firmware +Obsoletes: libertas-usb8388-olpc-firmware + +Conflicts: ivtv-firmware + +# We need to keep old fw blobs for backwards compat in RHEL. +# RPMDiff tool complained about old firmware going away as well, +# so here's where we're keeping them for now. Chelsio needs to +# remedy the situation with their upstream firmware tree updates +# removing old firmwares. +# TODO(maurosr): I couldn't find the url to download Source1: cxgb4-old-fw.tar.bz2 +# so let's keep it out of our package for now. + +%define fwdir /usr/lib/firmware + +%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 +License: Redistributable, no modification permitted +Version: 39.31.5.1 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl100-firmware < 39.31.5.1-4 +%description -n iwl100-firmware +This package contains the firmware required by the iwlagn driver +for Linux to support the iwl100 hardware. Usage of the firmware +is subject to the terms and conditions contained inside the provided +LICENSE file. Please read it carefully. + +%package -n iwl105-firmware +Summary: Firmware for Intel(R) Centrino Wireless-N 105 Series Adapters +License: Redistributable, no modification permitted +Version: 18.168.6.1 +Release: %{firmware_release}%{?dist}.1 +%description -n iwl105-firmware +This package contains the firmware required by the iwlagn driver +for Linux to support the iwl105 hardware. Usage of the firmware +is subject to the terms and conditions contained inside the provided +LICENSE file. Please read it carefully. + +%package -n iwl135-firmware +Summary: Firmware for Intel(R) Centrino Wireless-N 135 Series Adapters +License: Redistributable, no modification permitted +Version: 18.168.6.1 +Release: %{firmware_release}%{?dist}.1 +%description -n iwl135-firmware +This package contains the firmware required by the iwlagn driver +for Linux to support the iwl135 hardware. Usage of the firmware +is subject to the terms and conditions contained inside the provided +LICENSE file. Please read it carefully. + +%package -n iwl1000-firmware +Summary: Firmware for Intel® PRO/Wireless 1000 B/G/N network adaptors +License: Redistributable, no modification permitted +Version: 39.31.5.1 +Epoch: 1 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl1000-firmware < 1:39.31.5.1-3 +%description -n iwl1000-firmware +This package contains the firmware required by the iwlagn driver +for Linux to support the iwl1000 hardware. Usage of the firmware +is subject to the terms and conditions contained inside the provided +LICENSE file. Please read it carefully. + +%package -n iwl2000-firmware +Summary: Firmware for Intel(R) Centrino Wireless-N 2000 Series Adapters +License: Redistributable, no modification permitted +Version: 18.168.6.1 +Release: %{firmware_release}%{?dist}.1 +%description -n iwl2000-firmware +This package contains the firmware required by the iwlagn driver +for Linux to support the iwl2000 hardware. Usage of the firmware +is subject to the terms and conditions contained inside the provided +LICENSE file. Please read it carefully. + +%package -n iwl2030-firmware +Summary: Firmware for Intel(R) Centrino Wireless-N 2030 Series Adapters +License: Redistributable, no modification permitted +Version: 18.168.6.1 +Release: %{firmware_release}%{?dist}.1 +%description -n iwl2030-firmware +This package contains the firmware required by the iwlagn driver +for Linux to support the iwl2030 hardware. 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) Dual Band Wireless-AC 3160 Series Adapters +License: Redistributable, no modification permitted +Version: 22.0.7.0 +Release: %{firmware_release}%{?dist}.1 +%description -n iwl3160-firmware +This package contains the firmware required by the iwlagn driver +for Linux to support the iwl3160 hardware. Usage of the firmware +is subject to the terms and conditions contained inside the provided +LICENSE file. Please read it carefully. + +%package -n iwl3945-firmware +Summary: Firmware for Intel® PRO/Wireless 3945 A/B/G network adaptors +License: Redistributable, no modification permitted +Version: 15.32.2.9 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl3945-firmware < 15.32.2.9-7 +%description -n iwl3945-firmware +This package contains the firmware required by the iwl3945 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 iwl4965-firmware +Summary: Firmware for Intel® PRO/Wireless 4965 A/G/N network adaptors +License: Redistributable, no modification permitted +Version: 228.61.2.24 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl4965-firmware < 228.61.2.24-5 +%description -n iwl4965-firmware +This package contains the firmware required by the iwl4965 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 iwl5000-firmware +Summary: Firmware for Intel® PRO/Wireless 5000 A/G/N network adaptors +License: Redistributable, no modification permitted +Version: 8.83.5.1_1 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl5000-firmware < 8.83.5.1_1-3 +%description -n iwl5000-firmware +This package contains the firmware required by the iwl5000 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 iwl5150-firmware +Summary: Firmware for Intel® PRO/Wireless 5150 A/G/N network adaptors +License: Redistributable, no modification permitted +Version: 8.24.2.2 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl5150-firmware < 8.24.2.2-4 +%description -n iwl5150-firmware +This package contains the firmware required by the iwl5150 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 iwl6000-firmware +Summary: Firmware for Intel(R) Wireless WiFi Link 6000 AGN Adapter +License: Redistributable, no modification permitted +Version: 9.221.4.1 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl6000-firmware < 9.221.4.1-4 +%description -n iwl6000-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 iwl6000g2a-firmware +Summary: Firmware for Intel(R) Wireless WiFi Link 6005 Series Adapters +License: Redistributable, no modification permitted +Version: 17.168.5.3 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl6000g2a-firmware < 17.168.5.3-3 +%description -n iwl6000g2a-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 iwl6000g2b-firmware +Summary: Firmware for Intel(R) Wireless WiFi Link 6030 Series Adapters +License: Redistributable, no modification permitted +Version: 17.168.5.2 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl6000g2b-firmware < 17.168.5.2-3 +%description -n iwl6000g2b-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 iwl6050-firmware +Summary: Firmware for Intel(R) Wireless WiFi Link 6050 Series Adapters +License: Redistributable, no modification permitted +Version: 41.28.5.1 +Release: %{firmware_release}%{?dist}.1 +Obsoletes: iwl6050-firmware < 41.28.5.1-5 +%description -n iwl6050-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 iwl7260-firmware +Summary: Firmware for Intel(R) Dual Band Wireless-AC 7260 Series Adapters +License: Redistributable, no modification permitted +Version: 22.0.7.0 +Release: %{firmware_release}%{?dist}.1 +%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 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: %{firmware_release}%{?dist}.1 +%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. + +%prep +# Setup Source0 and additional Source1 +%setup -q -c -n linux-firmware-%{checkout} + +%build +# Remove firmware shipped in separate packages already +# Perhaps these should be built as subpackages of linux-firmware? +rm -rf ess korg sb16 yamaha +# And _some_ conexant firmware. +#rm v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx25840.fw + +# Remove source files we don't need to install +rm -f usbdux/*dux */*.asm +rm -rf carl9170fw + +# AMD ucode still breaks overflow signal handler and sampling on at least +# some AMD systems, so remove it *again*. +rm -rf LICENSE.amd-ucode amd-ucode + +# Remove firmware images for WiFi & WiMax drivers not compiled in RHEL7 kernel +rm -rf ath6k +rm -rf ti-connectivity +rm -rf libertas +rm -f mrvl/sd8688.bin +rm -f mrvl/sd8688_helper.bin +rm -rf mwl8k +rm -f i2400m-fw-usb-1.4.sbcf +rm -f i2400m-fw-usb-1.5.sbcf +rm -f i6050-fw-usb-1.5.sbcf + +# Remove images for vxge, we do not provide that driver in RHEL7 kernel +rm -rf vxge + +# Fix up cxgb4 symlinks per bug 1262128 +#pushd cxgb4 +#rm -f t4fw.bin t5fw.bin +#ln -s t4fw-1.13.32.0.bin t4fw.bin +#ln -s t5fw-1.13.32.0.bin t5fw.bin +#popd + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{fwdir} +mkdir -p $RPM_BUILD_ROOT%{fwdir}/updates +cp -r linux-firmware/* $RPM_BUILD_ROOT%{fwdir} +rm $RPM_BUILD_ROOT%{fwdir}/{WHENCE,LICENCE.*,LICENSE.*} + +# Create file list but exclude firmwares that we place in subpackages +FILEDIR=`pwd` +pushd $RPM_BUILD_ROOT%{fwdir} +find . \! -type d > $FILEDIR/linux-firmware.files +find . -type d | sed -e '/^.$/d' > $FILEDIR/linux-firmware.dirs +popd +sed -i -e 's:^./::' linux-firmware.{files,dirs} +sed -i -e '/^iwlwifi/d' \ + linux-firmware.files +sed -i -e 's/^/\/usr\/lib\/firmware\//' linux-firmware.{files,dirs} +sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -n iwl100-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-100-5.ucode + +%files -n iwl105-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-105-*.ucode + +%files -n iwl135-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-135-*.ucode + +%files -n iwl1000-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-1000-*.ucode + +%files -n iwl2000-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-2000-*.ucode + +%files -n iwl2030-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-2030-*.ucode + +%files -n iwl3160-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-3160-*.ucode + +%files -n iwl3945-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-3945-*.ucode + +%files -n iwl4965-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-4965-*.ucode + +%files -n iwl5000-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-5000-*.ucode + +%files -n iwl5150-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-5150-*.ucode + +%files -n iwl6000-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-6000-*.ucode + +%files -n iwl6000g2a-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-6000g2a-*.ucode + +%files -n iwl6000g2b-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-6000g2b-*.ucode + +%files -n iwl6050-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-6050-*.ucode + +%files -n iwl7260-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-7260-*.ucode + +%files -n iwl7265-firmware +%defattr(-,root,root,-) +%doc linux-firmware/WHENCE linux-firmware/LICENCE.iwlwifi_firmware +%{fwdir}/iwlwifi-7265-*.ucode +%{fwdir}/iwlwifi-7265D-*.ucode +# Followin up Fedora where they have included iwlwifi-8000C blob +%{fwdir}/iwlwifi-8000C-*.ucode + +%files -f linux-firmware.files +%defattr(-,root,root,-) +%dir %{fwdir} +%dir %{fwdir}/updates +%doc linux-firmware/WHENCE linux-firmware/LICENCE.* linux-firmware/LICENSE.* + +%changelog +* Tue Aug 23 2016 Mauro S. M. Rodrigues - 20150904-44.git70a3c2a +- Update to the latest linux-firmware upstream firmwares available (related to github issue #25) +- Add conflicts with ivtv-firmware. + +* Mon Sep 14 2015 Jarod Wilson - 20150904-43.git6ebf5d5 +- Add more old chelsio firmwares, they nuked the one the driver in + RHEL7.2 is expecting from upstream (rhbz 1262128) +- Remove amd-ucode again, it simply breaks too many systems (rhbz 1246393) + +* Fri Sep 04 2015 Rafael Aquini - 20150904-42.git6ebf5d5 +- Add Intel Omni-Path Architecture hfi1 Firmware (rhbz 1194910) +- Update skl firmware for gpu (rhbz 1210012) + +* Wed Aug 12 2015 Rafael Aquini - 20150727-41.git75cc3ef +- Declare obsolecence for (old) removed firmware subpackages (rhbz 1232315) + +* Mon Jul 27 2015 Rafael Aquini - 20150727-40.git75cc3ef +- Add firmware support for the "Snowfield Peak" wireless adapter (rhbz 1169604) + +* Tue Jul 21 2015 Rafael Aquini - 20150612-39.git3161bfa +- Restore AMD-ucode firmware blob again (rhbz 1016168) + +* Thu Jun 18 2015 Rafael Aquini - 20150612-38.git3161bfa +- Reintroduce upstream nuked cxgb4 firmware old blobs (rhbz 1189256) + +* Fri Jun 12 2015 Rafael Aquini - 20150612-37.git3161bfa +- Update to latest upstream linux-firmware image for assorted updates +- cxgb4: Update firmware to revision 1.13.32.0 (rhbz 1189256) +- qat: Update to the latest upstream firmware (rhbz 1173792) +- Use a common version number for both the iwl*-firmware packages and linux-firmware itself + +* Thu Sep 11 2014 Jarod Wilson - 20140911-0.1.git365e80c +- Update to latest upstream linux-firmware image for assorted updates +- Adds Intel Quick Assist Technology firmware (rhbz 1127338) +- Updates bnx2x adapter firmware to version 7.10.51 (rhbz 1089403) +- Updates myri10ge adapter firmware to version 1.4.57 (rhbz 1063702) +- Removes firmware for drivers not shipped with Red Hat Enterprise Linux 7 (rhbz 1016595) + +* Mon Aug 04 2014 Jarod Wilson - 20140804-0.1.git6bce2b0 +- Update to latest linux-firmware to pick up new Qlogic firmware (rhbz 1089364) + +* Mon Mar 24 2014 Prarit Bhargava - 20140213-0.3.git4164c23 +- Revert AMD firmware update again (rhbz 1079114) + +* Tue Mar 11 2014 Jarod Wilson - 20140213-0.2.git4164c23 +- Restore amd-ucode (rhbz 866700) + +* Thu Feb 13 2014 Jarod Wilson - 20140213-0.1.git4164c23 +- Add bnx2x FW 7.8.19 to fix FCoE on 4-port cards (rhbz 1061351) + +* Tue Jan 07 2014 Jarod Wilson - 20140102-0.2.git52d77db +- Fix Obsoletes for iwl100-firmware (rhbz 1035459) + +* Thu Jan 02 2014 Jarod Wilson - 20140102-0.1.git52d77db +- Update to latest linux-firmware to pick up new Brocade firmware (rhbz 1030677) + +* Fri Dec 27 2013 Daniel Mach - 20131106-0.4.git7d0c7a8 +- Mass rebuild 2013-12-27 + +* Tue Dec 03 2013 Jarod Wilson - 20131106-0.3.git7d0c7a8 +- Add new fwdir define for /usr/lib/firmware and use it (rhbz 884107) + +* Thu Nov 14 2013 Jarod Wilson - 20131106-0.2.git7d0c7a8 +- Temporarily add old brocade firmwares to work with not-yet-updated bfa driver (rhbz 1030532) + +* Wed Nov 06 2013 Jarod Wilson - 20131106-0.1.git7d0c7a8 +- Update to latest upstream linux-firmware to pick up bfa firmware (rhbz 1013426) +- Fix up Obsoletes to all use <= comparisons + +* Fri Sep 20 2013 Jarod Wilson - 20130820-0.4.git600caef +- Drop amd-ucode to avoid bug 1007411 for now + +* Tue Aug 20 2013 Jarod Wilson - 20130820-0.3.git600caef +- Put in proper URL and URL-less Source0 location, and a note about how + we generate the tarball by hand from a git tree + +* Tue Aug 20 2013 Jarod Wilson - 20130820-0.2.git600caef +- Fix up build breakage from split nvr for iwlwifi + +* Tue Aug 20 2013 Jarod Wilson - 20130820-0.1.git600caef +- Update to latest upstream git tree + +* Thu Apr 18 2013 Josh Boyer - 20130418-0.1.gitb584174 +- Update to latest upstream git tree + +* Tue Mar 19 2013 Josh Boyer +- Own the firmware directories (rhbz 919249) + +* Thu Feb 21 2013 Josh Boyer - 20130201-0.4.git65a5163 +- Obsolete netxen-firmware. Again. (rhbz 913680) + +* Mon Feb 04 2013 Josh Boyer - 20130201-0.3.git65a5163 +- Obsolete ql2[45]00-firmware packages (rhbz 906898) + +* Fri Feb 01 2013 Josh Boyer +- Update to latest upstream release +- Provide firmware for carl9170 (rhbz 866051) + +* Wed Jan 23 2013 Ville Skyttä - 20121218-0.2.gitbda53ca +- Own subdirs created in /lib/firmware (rhbz 902005) + +* Wed Jan 23 2013 Josh Boyer +- Correctly obsolete the libertas-usb8388-firmware packages (rhbz 902265) + +* Tue Dec 18 2012 Josh Boyer +- Update to latest upstream. Adds brcm firmware updates + +* Wed Oct 10 2012 Josh Boyer +- Consolidate rt61pci-firmware and rt73usb-firmware packages (rhbz 864959) +- Consolidate netxen-firmware and ql2[123]xx-firmware packages (rhbz 864959) + +* Tue Sep 25 2012 Josh Boyer +- Update to latest upstream. Adds marvell wifi updates (rhbz 858388) + +* Tue Sep 18 2012 Josh Boyer +- Add patch to create libertas subpackages from Daniel Drake (rhbz 853198) + +* Fri Sep 07 2012 Josh Boyer 20120720-0.2.git7560108 +- Add epoch to iwl1000 subpackage to preserve upgrade patch (rhbz 855426) + +* Fri Jul 20 2012 Josh Boyer 20120720-0.1.git7560108 +- Update to latest upstream. Adds more realtek firmware and bcm4334 + +* Tue Jul 17 2012 Josh Boyer 20120717-0.1.gitf1f86bb +- Update to latest upstream. Adds updated realtek firmware + +* Thu Jun 07 2012 Josh Boyer 20120510-0.5.git375e954 +- Bump release to get around koji + +* Thu Jun 07 2012 Josh Boyer 20120510-0.4.git375e954 +- Drop udev requires. Systemd now provides udev + +* Tue Jun 05 2012 Josh Boyer 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 20120510-0.1.git375e954 +- Update to latest upstream. Adds new bnx2x and radeon firmware + +* Wed Apr 18 2012 Josh Boyer 20120418-0.1.git85fbcaa +- Update to latest upstream. Adds new rtl and ath firmware + +* Wed Mar 21 2012 Dave Airlie 20120206-0.3.git06c8f81 +- use git to apply the radeon firmware + +* Wed Mar 21 2012 Dave Airlie 20120206-0.2.git06c8f81 +- add radeon southern islands/trinity firmware + +* Tue Feb 07 2012 Josh Boyer 20120206-0.1.git06c8f81 +- Update to latest upstream git snapshot. Fixes rhbz 786937 + +* Fri Jan 13 2012 Fedora Release Engineering - 20110731-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Aug 04 2011 Tom Callaway 20110731-2 +- resolve conflict with netxen-firmware + +* Wed Aug 03 2011 David Woodhouse 20110731-1 +- Latest firmware release with v1.3 ath9k firmware (#727702) + +* Sun Jun 05 2011 Peter Lemenkov 20110601-2 +- Remove duplicated licensing files from /lib/firmware + +* Wed Jun 01 2011 Dave Airlie 20110601-1 +- Latest firmware release with AMD llano support. + +* Thu Mar 10 2011 Dave Airlie 20110304-1 +- update to latest upstream for radeon ni/cayman, drop nouveau fw we don't use it anymore + +* Tue Feb 08 2011 Fedora Release Engineering - 20110125-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Jan 25 2011 David Woodhouse 20110125-1 +- Update to linux-firmware-20110125 (new bnx2 firmware) + +* Fri Jan 07 2011 Dave Airlie 20101221-1 +- rebase to upstream release + add new radeon NI firmwares. + +* Thu Aug 12 2010 Hicham HAOUARI 20100806-4 +- Really obsolete ueagle-atm4-firmware + +* Thu Aug 12 2010 Hicham HAOUARI 20100806-3 +- Obsolete ueagle-atm4-firmware + +* Fri Aug 06 2010 David Woodhouse 20100806-2 +- Remove duplicate radeon firmwares; they're upstream now + +* Fri Aug 06 2010 David Woodhouse 20100806-1 +- Update to linux-firmware-20100806 (more legacy firmwares from kernel source) + +* Fri Apr 09 2010 Dave Airlie 20100106-4 +- Add further radeon firmwares + +* Wed Feb 10 2010 Dave Airlie 20100106-3 +- add radeon RLC firmware - submitted upstream to dwmw2 already. + +* Tue Feb 09 2010 Ben Skeggs 20090106-2 +- Add firmware needed for nouveau to operate correctly (this is Fedora + only - do not upstream yet - we just moved it here from Fedora kernel) + +* Wed Jan 06 2010 David Woodhouse 20090106-1 +- Update + +* Fri Aug 21 2009 David Woodhouse 20090821-1 +- Update, fix typos, remove some files which conflict with other packages. + +* Thu Mar 19 2009 David Woodhouse 20090319-1 +- First standalone kernel-firmware package. diff --git a/linux-firmware/centOS/7.2/rpmmacro b/linux-firmware/centOS/7.2/rpmmacro new file mode 100644 index 00000000..ec0f17d6 --- /dev/null +++ b/linux-firmware/centOS/7.2/rpmmacro @@ -0,0 +1 @@ +%_unpackaged_files_terminate_build 0 diff --git a/linux-firmware/linux-firmware.yaml b/linux-firmware/linux-firmware.yaml new file mode 100644 index 00000000..cdad7ae0 --- /dev/null +++ b/linux-firmware/linux-firmware.yaml @@ -0,0 +1,11 @@ +Package: + name: 'linux-firmware' + clone_url: 'https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git' + branch: 'master' + commit_id: '70a3c2a' + expects_source: "linux-firmware" + files: + centos: + '7.2': + spec: 'centOS/7.2/linux-firmware.spec' + rpmmacro: 'centOS/7.2/rpmmacro'