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

This commit is contained in:
CentOS Sources 2022-07-28 16:09:54 +00:00 committed by Stepan Oksanichenko
parent 519fc8e966
commit 2da34f08d6
3 changed files with 12 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
5b974b5d23cfd404a63bd6223659d629ada794ff SOURCES/linux-firmware-20220713.tar.xz
f5ea7c14f9f3fdd302f23834871a1c2d43ac2a15 SOURCES/linux-firmware-20220726.tar.xz

View File

@ -1,12 +1,12 @@
%global checkout dfa29317
%global checkout 150864a4
%global firmware_release 109
%global firmware_release 110
%global _firmwarepath /usr/lib/firmware
%define _binaries_in_noarch_packages_terminate_build 0
Name: linux-firmware
Version: 20220713
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,10 @@ 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)