Name: binoc-linux-firmware Version: 20240513 Release: 1%{?dist} Summary: Firmware blobs for the Linux Kernel License: GPL2 and other open source licenses. URL: https://www.kernel.org/ %undefine _disable_source_fetch Source0: https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-%{version}.tar.xz BuildRequires: coreutils tar xz %description Way too much blob. %global _enable_debug_package 0 %global debug_package %{nil} %global __os_install_post %{nil} %prep %setup -qn linux-firmware-%{version} %build %install export DONT_STRIP=1 mkdir -p %{buildroot}/os/firmware/%{version}-%{release} cp -r * %{buildroot}/os/firmware/%{version}-%{release}/ %files /os/firmware/%{version}-%{release}/* %changelog * Fri May 17 2024 Tobin - Created Spec