import linux-firmware-20210702-103.gitd79c2677.el8
This commit is contained in:
parent
c1b7107f65
commit
082fff625c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/linux-firmware-20201218.tar.xz
|
||||
SOURCES/linux-firmware-20210702.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
c4be377a33d00303a10af24f84cf24ec1c430613 SOURCES/linux-firmware-20201218.tar.xz
|
||||
91675ece058a35bda93cfc2dfa741f86042e5a39 SOURCES/linux-firmware-20210702.tar.xz
|
||||
|
@ -1,11 +1,12 @@
|
||||
%global checkout 05789708
|
||||
%global firmware_release 102
|
||||
%global checkout d79c2677
|
||||
|
||||
%global firmware_release 103
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
Name: linux-firmware
|
||||
Version: 20201218
|
||||
Version: 20210702
|
||||
Release: %{firmware_release}.git%{checkout}%{?dist}
|
||||
Summary: Firmware files used by the Linux kernel
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
@ -13,8 +14,9 @@ URL: http://www.kernel.org/
|
||||
BuildArch: noarch
|
||||
|
||||
# Tarball created from upstream git checkout using the following steps:
|
||||
# echo "/liquidio/lio_23xx_vsw.bin export-ignore" > .gitattributes # (GPL violation, see bug 1637694)
|
||||
# git archive --worktree-attributes --format=tar --prefix=linux-firmware-%{checkout}/ %{checkout} | xz > linux-firmware-%{version}.tar.xz
|
||||
# 1) echo "/liquidio/lio_23xx_vsw.bin export-ignore" > .gitattributes # (GPL violation, see bug 1637694)
|
||||
# This is still causing problems in RHEL9 (see bug 1959913) and because of that we should keep out of RHEL8 too
|
||||
# 2) git archive --worktree-attributes --format=tar --prefix=linux-firmware-%{checkout}/ %{checkout} | xz > linux-firmware-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
||||
@ -392,7 +394,8 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/iwlwifi-9260-*.ucode
|
||||
%{_firmwarepath}/iwlwifi-cc-a0-*.ucode
|
||||
%{_firmwarepath}/iwlwifi-Qu*.ucode
|
||||
%{_firmwarepath}/iwlwifi-ty-a0-gf-a0-59.ucode
|
||||
%{_firmwarepath}/iwlwifi-ty-a0-gf-a0-*.ucode
|
||||
%{_firmwarepath}/iwlwifi-ty-a0-gf-a0*.pnvm
|
||||
|
||||
%files -n libertas-usb8388-firmware
|
||||
%license WHENCE LICENCE.Marvell
|
||||
@ -420,6 +423,13 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 02 2021 Bruno Meneguele <bmeneg@redhat.com> - 20210702-103.gitd79c2677
|
||||
- Update to latest upstream linux-firmware image for assorted updates
|
||||
- Include support for the Qualcomm AX500-DBS (QCA6390) 802.11ax Wireless (rhbz 1725913)
|
||||
- Firmware for Chelsio T4/T5/T6 adapters (rhbz 1961398)
|
||||
- Incorrect NVIDIA GPU firmware used for TU102 and TU104 GPUs (rhbz 1965312)
|
||||
- Package the new iwl7260 ucode files and also the new binary format PNVM
|
||||
|
||||
* Wed Jan 27 2021 Jan Stancek <jstancek@redhat.com> - 20201218-102.git05789708
|
||||
- Update to latest upstream linux-firmware image for assorted updates (rhbz 1918613)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user