import linux-firmware-20220726-110.git150864a4.el8
This commit is contained in:
parent
519fc8e966
commit
2da34f08d6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/linux-firmware-20220713.tar.xz
|
SOURCES/linux-firmware-20220726.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
5b974b5d23cfd404a63bd6223659d629ada794ff SOURCES/linux-firmware-20220713.tar.xz
|
f5ea7c14f9f3fdd302f23834871a1c2d43ac2a15 SOURCES/linux-firmware-20220726.tar.xz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%global checkout dfa29317
|
%global checkout 150864a4
|
||||||
|
|
||||||
%global firmware_release 109
|
%global firmware_release 110
|
||||||
|
|
||||||
%global _firmwarepath /usr/lib/firmware
|
%global _firmwarepath /usr/lib/firmware
|
||||||
%define _binaries_in_noarch_packages_terminate_build 0
|
%define _binaries_in_noarch_packages_terminate_build 0
|
||||||
|
|
||||||
Name: linux-firmware
|
Name: linux-firmware
|
||||||
Version: 20220713
|
Version: 20220726
|
||||||
Release: %{firmware_release}.git%{checkout}%{?dist}
|
Release: %{firmware_release}.git%{checkout}%{?dist}
|
||||||
Summary: Firmware files used by the Linux kernel
|
Summary: Firmware files used by the Linux kernel
|
||||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
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)
|
# Remove cxgb3 (T3 adapter) firmware (see bug 1503721)
|
||||||
rm -rf cxgb3
|
rm -rf cxgb3
|
||||||
|
|
||||||
|
# Remove obsolete and password-protected vgxe firmware (see bug 2108051)
|
||||||
|
rm -rf vxge
|
||||||
|
|
||||||
# Remove superfluous infra files
|
# Remove superfluous infra files
|
||||||
rm -f check_whence.py configure Makefile README
|
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*
|
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 13 2022 Jarod Wilson <jarod@redhat.com> - 20220713-109.gitdfa29317
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
- Include even newer qed firmware update (rhbz 2040269)
|
- Include even newer qed firmware update (rhbz 2040269)
|
||||||
|
Loading…
Reference in New Issue
Block a user