import linux-firmware-20230404-114.git2e92a49f.el8_8
This commit is contained in:
parent
4fcde8f7e9
commit
20a7c2f21a
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/linux-firmware-20220726.tar.xz
|
SOURCES/linux-firmware-20230404.tar.xz
|
||||||
SOURCES/yellow_carp_dmcub.bin
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
f5ea7c14f9f3fdd302f23834871a1c2d43ac2a15 SOURCES/linux-firmware-20220726.tar.xz
|
f584e174d59343652ceab6a8a4a2d929a8355efa SOURCES/linux-firmware-20230404.tar.xz
|
||||||
e5f890a55d4d39860c9f051e030841a08084857b SOURCES/yellow_carp_dmcub.bin
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%global checkout 150864a4
|
%global checkout 2e92a49f
|
||||||
|
|
||||||
%global firmware_release 111
|
%global firmware_release 114
|
||||||
|
|
||||||
%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: 20220726
|
Version: 20230404
|
||||||
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
|
||||||
@ -18,8 +18,6 @@ BuildArch: noarch
|
|||||||
# This is still causing problems in RHEL9 (see bug 1959913) and because of that we should keep out of RHEL8 too
|
# This is still causing problems in RHEL9 (see bug 1959913) and because of that we should keep out of RHEL8 too
|
||||||
# 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
|
||||||
# Updated AMD GPU firmware from linux-firmware commit ba115d4589ee2792f00b779aab3ea00de7911f30
|
|
||||||
Source1: yellow_carp_dmcub.bin
|
|
||||||
|
|
||||||
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
|
||||||
@ -280,9 +278,6 @@ mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}
|
|||||||
mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}/updates
|
mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}/updates
|
||||||
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install
|
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install
|
||||||
|
|
||||||
# Copy updated AMD GPU firmware into place
|
|
||||||
cp %{SOURCE1} $RPM_BUILD_ROOT/%{_firmwarepath}/amdgpu/
|
|
||||||
|
|
||||||
pushd $RPM_BUILD_ROOT/%{_firmwarepath}
|
pushd $RPM_BUILD_ROOT/%{_firmwarepath}
|
||||||
# Remove firmware shipped in separate packages already
|
# Remove firmware shipped in separate packages already
|
||||||
# Perhaps these should be built as subpackages of linux-firmware?
|
# Perhaps these should be built as subpackages of linux-firmware?
|
||||||
@ -433,8 +428,22 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
|||||||
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 17 2023 Jarod Wilson <jarod@redhat.com> - 20220726-111.git150864a4
|
* Wed Apr 05 2023 Patrick Talbert <ptalbert@redhat.com> - 20230404-114.git2e92a49f
|
||||||
- Update AMD GPU firmware for multiple monitor fixes (rhbz 2165148)
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
|
- Intel QAT Update - firmware for QAT (rhbz 2030316)
|
||||||
|
|
||||||
|
* Fri Feb 17 2023 Lucas Zampieri <lzampier@redhat.com> - 20230217-113.git83f1d778
|
||||||
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
|
- Qualcomm Wi-Fi - Disconnecting power cable during suspend wakes up the laptop (rhbz 2169012)
|
||||||
|
|
||||||
|
* Wed Jan 11 2023 Lucas Zampieri <lzampier@redhat.com> - 20230111-112.gita1ad1d5b
|
||||||
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
|
- Navi33 dGPU firmware (rhbz 2047480)
|
||||||
|
- Navi31 dGPU firmware (rhbz 2047483)
|
||||||
|
|
||||||
|
* Wed Nov 02 2022 Lucas Zampieri <lzampier@redhat.com> - 20221102-111.git8bb75626
|
||||||
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
|
- amdgpu firmware update to fix certain "multiple monitor scenarios" (rhbz 2130707)
|
||||||
|
|
||||||
* Tue Jul 26 2022 Jarod Wilson <jarod@redhat.com> - 20220726-110.git150864a4
|
* Tue Jul 26 2022 Jarod Wilson <jarod@redhat.com> - 20220726-110.git150864a4
|
||||||
- Omit unused password-protected vxge firmware files from package (rhbz 2108051)
|
- Omit unused password-protected vxge firmware files from package (rhbz 2108051)
|
||||||
|
Loading…
Reference in New Issue
Block a user