rebuilt to fix running vs installed kernel mismatch problem (add check) [release 20150206.17657c3-2mamba;Sat Mar 07 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 06:18:38 +01:00
parent d7cb7e31a0
commit 6e34bcfd0b

View File

@ -32,7 +32,7 @@
Name: linux-firmware
Version: 20150206.17657c3
Release: 1mamba
Release: 2mamba
Summary: Collection of firmware files used by the Linux Kernel
Group: System/Kernel and Hardware
Vendor: openmamba
@ -81,6 +81,11 @@ Collection of extra firmware files that are not used by the Linux Kernel modules
%prep
%setup -q
[ -e /lib/modules/%{KERNEL_VER}%{KERNEL_TARGET}/modules.order ] || {
echo "ERROR: missing a file that indicates that kernel version here is wrong; aborting."
exit 1
}
%build
%install
@ -186,6 +191,9 @@ done
/lib/firmware/LICENCE.xc4000
%changelog
* Sat Mar 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150206.17657c3-2mamba
- rebuilt to fix running vs installed kernel mismatch problem (add check)
* Mon Feb 09 2015 Automatic Build System <autodist@mambasoft.it> 20150206.17657c3-1mamba
- automatic version update by autodist