Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
kernel-firmware.35224
kernel-firmware.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kernel-firmware.spec of Package kernel-firmware.35224
# # spec file for package kernel-firmware # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define __ksyms_path ^/lib/firmware Name: kernel-firmware Version: 20200107 Release: 0 Summary: Linux kernel firmware files License: SUSE-Firmware AND GPL-2.0-only AND GPL-2.0-or-later AND MIT Group: System/Kernel URL: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/ # Created with umask 022; cd /_tmp # After git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git # cd linux-firmware # git archive --format=tar --prefix=kernel-firmware-$version/ -v master ./ | xz -9 -M 4G --check=crc32 -T 4 > /tmp/kernel-firmware-$version.tar.xz # Source0: kernel-firmware-%{version}.tar.xz Source1: extrawhence # ast_dp501_fw.bin generated from header file of xf86-video-ast: MIT/X11 License Source2: ast_dp501_fw.bin Source8: ql2600_fw.bin Source9: ql2700_fw.bin Source10: ql8300_fw.bin Source20: intel-ibt-20201023.tar.xz Source21: i915-guc-49.0.1.tar.xz Source22: extrawhence-i915 Source99: %{name}-rpmlintrc Source100: vega10_sos.bin Source101: vega10_sos.bin-sha1sum Source200: brcmfmac43430-sdio.bin Source201: brcmfmac43430-sdio.clm_blob Source202: brcmfmac43455-sdio.bin Source203: brcmfmac43455-sdio.clm_blob Source204: brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt Source300: iwlwifi-9xxx-bsc1196333.tar.xz Source301: intel-ibt-bsc1195786.tar.xz Source302: intel-ibt-bsc1195786-2.tar.xz # amd-ucode update: bsc#1199459, bsc#1199470 # amd-ucode update: CVE-2023-20593, bsc#1213286 # amd-ucode update: CVE-2023-20569, bsc#1213287 # amd-ucode update: bsc#1215831, CVE-2021-26345, # CVE-2021-46766, CVE-2021-46774, CVE-2022-23820, CVE-2022-23830, # CVE-2023-20519, CVE-2023-20521, CVE-2023-20526, CVE-2023-20533, # CVE-2023-20566, bsc#1215823, CVE-2023-20592 # => 20240809: (bsc#1229069, CVE-2023-31315) Source401: amd-ucode-20240809.tar.xz # bsc#1199470 Source402: amd_sev_fam17h_model0xh.sbin Patch1: brcmfmac-whence.patch Patch2: amd-ucode-19h-WHENCE.patch BuildRequires: fdupes BuildRequires: suse-module-tools Requires(post): coreutils Requires(postun): coreutils Provides: bcm43xx-firmware:/lib/firmware/brcm/brcmfmac43430-sdio.bin Provides: qlogic-firmware Obsoletes: qlogic-firmware Provides: cxgb3-firmware Obsoletes: cxgb3-firmware Provides: ralink-firmware Obsoletes: ralink-firmware Provides: iwl1000-ucode Obsoletes: iwl1000-ucode Provides: iwl3945-ucode Obsoletes: iwl3945-ucode Provides: iwl4965-ucode Obsoletes: iwl4965-ucode Provides: iwl5000-ucode Obsoletes: iwl5000-ucode Provides: iwl5150-ucode Obsoletes: iwl5150-ucode Provides: iwl100-ucode Obsoletes: iwl100-ucode Provides: iwl6000-ucode Obsoletes: iwl6000-ucode Provides: iwl6050-ucode Obsoletes: iwl6050-ucode Provides: iwl6000g2-ucode Obsoletes: iwl6000g2-ucode Provides: ath3k-firmware Obsoletes: ath3k-firmware Provides: compat-wireless-firmware = 4.4 Obsoletes: compat-wireless-firmware < 4.4 BuildArch: noarch %description This package contains the firmware for in-kernel drivers that was previously included in the kernel. It is shared by all kernels >= 2.6.27-rc1. %package -n ucode-amd Summary: Microcode updates for AMD CPUs Group: System/Kernel Requires(post): coreutils Requires(postun): coreutils # new style (after 3.12 kernel somewhen) Supplements: modalias(cpu:type%%3Ax86*ven0002*) # old style (before 3.16 kernel) Supplements: modalias(x86cpu:vendor%%3A0002%%3Afamily%%3A*%%3Amodel%%3A*%%3Afeature%%3A*) %description -n ucode-amd This package contains the microcode files used by AMD CPUs. %prep %setup -q -a 20 -a 21 -a 300 -a 301 -a 302 -a 401 # additional firmwares cat %{SOURCE1} >> WHENCE cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} . sha1sum --quiet -c %{SOURCE101} || exit 1 cp %{SOURCE100} amdgpu/ cat %{SOURCE22} >> WHENCE cp %{SOURCE200} %{SOURCE201} %{SOURCE202} %{SOURCE203} %{SOURCE204} brcm/ %patch1 -p1 cp %{SOURCE402} amd/ %patch2 -p1 %build # nothing to do %install mkdir -p %{buildroot}/lib/firmware sh ./copy-firmware.sh %{buildroot}/lib/firmware %fdupes %{buildroot} # In alsa-firmware rm -f %{buildroot}/lib/firmware/ctefx.bin rm -f %{buildroot}/lib/firmware/ctspeq.bin %post %{?regenerate_initrd_post} %post -n ucode-amd %{?regenerate_initrd_post} %postun %{?regenerate_initrd_post} %postun -n ucode-amd %{?regenerate_initrd_post} %posttrans %{?regenerate_initrd_posttrans} %posttrans -n ucode-amd %{?regenerate_initrd_posttrans} %files %defattr(0644,root,root,0755) %doc WHENCE README %license GPL-2 GPL-3 LICEN[CS]E.* %exclude /lib/firmware/amd-ucode %exclude /lib/firmware/amd-ucode/* /lib/firmware %files -n ucode-amd %defattr(0644,root,root,0755) %license LICENSE.amd-ucode %dir /lib/firmware /lib/firmware/amd-ucode %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor