import linux-firmware-20220713-109.gitdfa29317.el8
This commit is contained in:
parent
8ae09f77bf
commit
519fc8e966
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
SOURCES/amss.bin
|
SOURCES/linux-firmware-20220713.tar.xz
|
||||||
SOURCES/board-2.bin
|
|
||||||
SOURCES/linux-firmware-20220210.tar.xz
|
|
||||||
SOURCES/m3.bin
|
|
||||||
SOURCES/regdb.bin
|
|
||||||
|
@ -1,5 +1 @@
|
|||||||
cd411becc8cf1cf849e76ba9163505a5916d0783 SOURCES/amss.bin
|
5b974b5d23cfd404a63bd6223659d629ada794ff SOURCES/linux-firmware-20220713.tar.xz
|
||||||
83905fb1f7427021130d8b84e4bbade6cca9077a SOURCES/board-2.bin
|
|
||||||
c5ca044176cc43d8a2eb1b742eb3e9a5e1978db3 SOURCES/linux-firmware-20220210.tar.xz
|
|
||||||
e1cb30e71a2da11b20e9e8f359c1bba99a8084a5 SOURCES/m3.bin
|
|
||||||
d8c56239c5adff3881ba0a5e770961fb63cad41d SOURCES/regdb.bin
|
|
||||||
|
3658
SOURCES/Notice.txt
3658
SOURCES/Notice.txt
File diff suppressed because it is too large
Load Diff
5890
SOURCES/WHENCE
5890
SOURCES/WHENCE
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,12 @@
|
|||||||
%global checkout 6342082c
|
%global checkout dfa29317
|
||||||
|
|
||||||
%global firmware_release 107
|
%global firmware_release 109
|
||||||
|
|
||||||
%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: 20220210
|
Version: 20220713
|
||||||
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
|
||||||
@ -19,17 +19,6 @@ BuildArch: noarch
|
|||||||
# 2) git archive --worktree-attributes --format=tar --prefix=linux-firmware-%%{checkout}/ %%{checkout} | xz > linux-firmware-%%{version}.tar.xz
|
# 2) git archive --worktree-attributes --format=tar --prefix=linux-firmware-%%{checkout}/ %%{checkout} | xz > linux-firmware-%%{version}.tar.xz
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# zstream (or post-beta) requests
|
|
||||||
# We usually update the whole tarball, pulling all changes from upstream.
|
|
||||||
# But zstream requests should be handled only by updating the specific firmwares.
|
|
||||||
# BZ#2007902 request
|
|
||||||
Source1: regdb.bin
|
|
||||||
Source2: board-2.bin
|
|
||||||
Source3: amss.bin
|
|
||||||
Source4: m3.bin
|
|
||||||
Source5: Notice.txt
|
|
||||||
Source6: WHENCE
|
|
||||||
|
|
||||||
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
||||||
Obsoletes: kernel-firmware < %{version} xorg-x11-drv-ati-firmware < 6.13.0-0.22
|
Obsoletes: kernel-firmware < %{version} xorg-x11-drv-ati-firmware < 6.13.0-0.22
|
||||||
Obsoletes: ueagle-atm4-firmware < 1.0-5
|
Obsoletes: ueagle-atm4-firmware < 1.0-5
|
||||||
@ -269,16 +258,6 @@ Firmware for Marvell Libertas SD 8787 Network Adapter
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n linux-firmware-%{checkout}
|
%setup -q -n linux-firmware-%{checkout}
|
||||||
|
|
||||||
# BZ#2007902 post-beta request
|
|
||||||
mkdir -p ath11k/WCN6855/hw2.0/
|
|
||||||
cp %{_sourcedir}/regdb.bin ath11k/WCN6855/hw2.0/regdb.bin
|
|
||||||
cp %{_sourcedir}/board-2.bin ath11k/WCN6855/hw2.0/board-2.bin
|
|
||||||
cp %{_sourcedir}/amss.bin ath11k/WCN6855/hw2.0/amss.bin
|
|
||||||
cp %{_sourcedir}/m3.bin ath11k/WCN6855/hw2.0/m3.bin
|
|
||||||
cp %{_sourcedir}/Notice.txt ath11k/WCN6855/hw2.0/Notice.txt
|
|
||||||
cp %{_sourcedir}/WHENCE WHENCE
|
|
||||||
|
|
||||||
%if 0
|
%if 0
|
||||||
git init .
|
git init .
|
||||||
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
||||||
@ -446,8 +425,19 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
|||||||
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Apr 03 2022 Augusto Caringi <acaringi@redhat.com> - 20220209-107.git6342082c
|
* Wed Jul 13 2022 Jarod Wilson <jarod@redhat.com> - 20220713-109.gitdfa29317
|
||||||
- Support QCA WCN6856 v2.1 Module: WIFI firmware (rhbz 2007902)
|
- 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
|
* Thu Feb 10 2022 Augusto Caringi <acaringi@redhat.com> - 20220209-106.git6342082c
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
|
Loading…
Reference in New Issue
Block a user