From 6e34bcfd0b2a50b8740e94f24dd5c4a2ed9271df Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:18:38 +0100 Subject: [PATCH] rebuilt to fix running vs installed kernel mismatch problem (add check) [release 20150206.17657c3-2mamba;Sat Mar 07 2015] --- linux-firmware.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/linux-firmware.spec b/linux-firmware.spec index b643689..f7ab379 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -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 20150206.17657c3-2mamba +- rebuilt to fix running vs installed kernel mismatch problem (add check) + * Mon Feb 09 2015 Automatic Build System 20150206.17657c3-1mamba - automatic version update by autodist