File kernel-firmware.spec of Package kernel-firmware.10341
#
# spec file for package kernel-firmware
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
%define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache %{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
%define __ksyms_path ^/lib/firmware
Name: kernel-firmware
Version: 20160516git
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=linux-firmware-20151207git/ -v master ./ | xz -9 -M 4G --check=crc32 -T 4 > /tmp/linux-firmware-20151207git.tar.xz
#
Source0: linux-firmware-%{version}.tar.xz
Source1: firmware.sh
# ast_dp501_fw.bin generated from header file of xf86-video-ast: MIT/X11 License
Source2: ast_dp501_fw.bin
Patch0: cxgb4-update-firmware-to-revision-1.15.37.0.patch
Source3: t4fw-1.15.37.0.bin
Source4: t5fw-1.15.37.0.bin
Patch1: qed-Add-FW-8.10.5.0.patch
Patch2: qlogic-Update-to-08.04.00.patch
# PATCH-FIX-UPSTREAM WHENCE-ibt-update.patch bsc#1104301
Patch3: WHENCE-ibt-update.patch
Source5: qed_init_values_zipped-8.10.5.0.bin
Source6: ql2400_fw.bin
Source7: ql2500_fw.bin
Source8: ql2600_fw.bin
Source9: ql2700_fw.bin
Source10: ql8300_fw.bin
Source11: fw_sst_0f28.bin
Source12: fw_sst_0f28_ssp0.bin
Source13: fw_sst_22a8.bin
# bsc#1077355, CVE-2015-1142857
Source14: bnx2x-e1-7.13.1.0.fw
Source15: bnx2x-e1h-7.13.1.0.fw
Source16: bnx2x-e2-7.13.1.0.fw
# bsc#1104301, CVE-2018-5383
Source17: ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
Source200: microcode_amd_fam15h.bin
Source201: microcode_amd_fam17h.bin
BuildRequires: fdupes
BuildRequires: kernel-default
BuildRequires: suse-module-tools
Requires(post): coreutils
Requires(postun): coreutils
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: iwl1000-ucode
Obsoletes: iwl1000-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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
ExcludeArch: %ix86 s390
%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
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 -n linux-firmware-%{version}
cp %{SOURCE2} .
%patch0 -p1
cp %{S:3} %{S:4} cxgb4/
%patch1 -p1
cp %{S:5} qed/
%patch2 -p1
cp %{S:6} %{S:7} %{S:8} %{S:9} %{S:10} .
cp %{S:11} %{S:12} %{S:13} %{S:17} intel/
cp %{S:14} %{S:15} %{S:16} bnx2x/
%patch3 -p1
%build
# nothing to do
%install
mkdir -p %{buildroot}/lib/firmware
cp -avf * %{buildroot}/lib/firmware
rm -f %{buildroot}/lib/firmware/WHENCE
bash %{_sourcedir}/firmware.sh --kill-duplicates %{buildroot}/lib/firmware/
cp %{SOURCE200} %{buildroot}/lib/firmware/amd-ucode/
cp %{SOURCE201} %{buildroot}/lib/firmware/amd-ucode/
%fdupes %{buildroot}
rm -f find_supplements.cache
# In alsa-firmware
rm -f %{buildroot}/lib/firmware/ctefx.bin
rm -f %{buildroot}/lib/firmware/ctspeq.bin
# Devel files
rm -rf %{buildroot}/lib/firmware/carl9170fw
%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 GPL-3 LICEN[CS]E.*
%exclude /lib/firmware/amd-ucode
%exclude /lib/firmware/LICENSE.amd-ucode
/lib/firmware/*
%files -n ucode-amd
%defattr(0644,root,root,0755)
/lib/firmware/amd-ucode
/lib/firmware/LICENSE.amd-ucode
%changelog