import linux-firmware-20220210-106.git6342082c.el8

This commit is contained in:
CentOS Sources 2022-02-18 04:08:39 +00:00 committed by Stepan Oksanichenko
parent 0bc06a05e1
commit 0152b21818
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
bc0e669d119fb3ded59023d7db4d7d2c80e65cf5 SOURCES/linux-firmware-20211119.tar.xz
c5ca044176cc43d8a2eb1b742eb3e9a5e1978db3 SOURCES/linux-firmware-20220210.tar.xz

View File

@ -1,12 +1,12 @@
%global checkout f5d51956
%global checkout 6342082c
%global firmware_release 105
%global firmware_release 106
%global _firmwarepath /usr/lib/firmware
%define _binaries_in_noarch_packages_terminate_build 0
Name: linux-firmware
Version: 20211119
Version: 20220210
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
@ -425,6 +425,11 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
%changelog
* 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)
- Support QCA WCN6856 v2.1 Module: Bluetooth firmware (rhbz 2007904)
* Mon Dec 06 2021 Bruno Meneguele <bmeneg@redhat.com> - 20211119-105.gitf5d51956
- Update to latest upstream linux-firmware image for assorted updates
- Update to latest AMD GPU firmware (rhbz 1986660)