import linux-firmware-20220726-110.git150864a4.el8

This commit is contained in:
CentOS Sources 2022-09-27 16:29:12 -04:00 committed by Stepan Oksanichenko
parent b57ea44907
commit a126b3af5c
3 changed files with 26 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/linux-firmware-20220210.tar.xz
SOURCES/linux-firmware-20220726.tar.xz

View File

@ -1 +1 @@
c5ca044176cc43d8a2eb1b742eb3e9a5e1978db3 SOURCES/linux-firmware-20220210.tar.xz
f5ea7c14f9f3fdd302f23834871a1c2d43ac2a15 SOURCES/linux-firmware-20220726.tar.xz

View File

@ -1,12 +1,12 @@
%global checkout 6342082c
%global checkout 150864a4
%global firmware_release 106
%global firmware_release 110
%global _firmwarepath /usr/lib/firmware
%define _binaries_in_noarch_packages_terminate_build 0
Name: linux-firmware
Version: 20220210
Version: 20220726
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
@ -298,6 +298,9 @@ rm -f ctefx.bin ctspeq.bin
# Remove cxgb3 (T3 adapter) firmware (see bug 1503721)
rm -rf cxgb3
# Remove obsolete and password-protected vgxe firmware (see bug 2108051)
rm -rf vxge
# Remove superfluous infra files
rm -f check_whence.py configure Makefile README
@ -425,6 +428,24 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
%changelog
* Tue Jul 26 2022 Jarod Wilson <jarod@redhat.com> - 20220726-110.git150864a4
- Omit unused password-protected vxge firmware files from package (rhbz 2108051)
- Pick up latest AMD GPU firmwares
* Wed Jul 13 2022 Jarod Wilson <jarod@redhat.com> - 20220713-109.gitdfa29317
- Update to latest upstream linux-firmware image for assorted updates
- Include even newer qed firmware update (rhbz 2040269)
* Fri Jun 03 2022 Jarod Wilson <jarod@redhat.com> - 20220517-108.git251d2900
- Bump NVR due to conflict with late 8.6 iwl firmware package versioning
* Wed May 18 2022 Jarod Wilson <jarod@redhat.com> - 20220517-107.git251d2900
- Update to latest upstream linux-firmware image for assorted updates
- Include latest qed firmware update (rhbz 2040269)
- Include latest bnx2x firmware update (rhbz 2040273)
- Include latest ice firmware update (rhbz 2059384, rhbz 2081543)
- Include latest Qualcomm firmware update (rhbz 2062871)
* Thu Feb 10 2022 Augusto Caringi <acaringi@redhat.com> - 20220209-106.git6342082c
- Update to latest upstream linux-firmware image for assorted updates
- Include AMD GPU firmware fix (rhbz 2031172)