Auto sync2gitlab import of linux-firmware-20220726-110.git150864a4.el8.src.rpm
This commit is contained in:
parent
af7d3cef62
commit
8c14c450fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/m3.bin
|
||||
/regdb.bin
|
||||
/linux-firmware-20220713.tar.xz
|
||||
/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
|
||||
%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)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-firmware-20220713.tar.xz) = 20b1d9d733ef9ebd9456a2c9d4d27d0cadbf3e768f82b75a50ea9e65848785a7e10492cca5fd70bda779626d7d1e8ae3c20bb62e66367b017b156c7a01221e06
|
||||
SHA512 (linux-firmware-20220726.tar.xz) = 79caaefd71d9dfb6bd14a2e6c9a2f85edc92505fcce4a6ca07d42465c6e24d209052cb6ed73b6421a64994e8bd0e013e14f0c46ee597d368fee998a7df707aed
|
||||
|
Loading…
Reference in New Issue
Block a user