Auto sync2gitlab import of linux-firmware-20220726-111.git150864a4.el8_7.src.rpm
This commit is contained in:
parent
8c14c450fd
commit
d11b2dcd0a
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/regdb.bin
|
||||
/linux-firmware-20220713.tar.xz
|
||||
/linux-firmware-20220726.tar.xz
|
||||
/yellow_carp_dmcub.bin
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global checkout 150864a4
|
||||
|
||||
%global firmware_release 110
|
||||
%global firmware_release 111
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
@ -18,6 +18,8 @@ BuildArch: noarch
|
||||
# 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
|
||||
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
|
||||
Obsoletes: kernel-firmware < %{version} xorg-x11-drv-ati-firmware < 6.13.0-0.22
|
||||
@ -278,6 +280,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}/updates
|
||||
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}
|
||||
# Remove firmware shipped in separate packages already
|
||||
# Perhaps these should be built as subpackages of linux-firmware?
|
||||
@ -428,6 +433,9 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 17 2023 Jarod Wilson <jarod@redhat.com> - 20220726-111.git150864a4
|
||||
- Update AMD GPU firmware for multiple monitor fixes (rhbz 2165148)
|
||||
|
||||
* 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
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (linux-firmware-20220726.tar.xz) = 79caaefd71d9dfb6bd14a2e6c9a2f85edc92505fcce4a6ca07d42465c6e24d209052cb6ed73b6421a64994e8bd0e013e14f0c46ee597d368fee998a7df707aed
|
||||
SHA512 (yellow_carp_dmcub.bin) = 766f48b843d2b0b4bbe30f658189c439179bae6f59fb63116b06c1dea1c066bf1e5e39282e377e8a7838529f36f367fc80399af04fcdc28eb36bfe37c0d34463
|
||||
|
Loading…
Reference in New Issue
Block a user