From 66803be0decccdfa2137b9465c337c2737e9c9b42a8f3f5b122e03956df2e0ed Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 9 Sep 2021 19:14:22 +0000 Subject: [PATCH] - arm32 may have a kernel named /boot/zImage OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=67 --- supermin.changes | 5 +++++ supermin.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/supermin.changes b/supermin.changes index 729c7e3..d8c235b 100644 --- a/supermin.changes +++ b/supermin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 9 19:19:19 UTC 2021 - ohering@suse.de + +- arm32 may have a kernel named /boot/zImage + ------------------------------------------------------------------- Thu Sep 9 11:38:07 UTC 2021 - Jan Engelhardt diff --git a/supermin.spec b/supermin.spec index 54b0927..0cdcccc 100644 --- a/supermin.spec +++ b/supermin.spec @@ -90,7 +90,7 @@ find %{buildroot} -ls ls -alt /boot /lib/modules || : ls -altd /lib/modules/*/* || : -for i in /boot/image* /boot/Image* /boot/vmlinu* +for i in /boot/image* /boot/Image* /boot/vmlinu* /boot/zImage* do test -f "$i" || continue if get_kernel_version "${i}" > $$