From ab2f232dc469a69e45cb09ddcaa794a01026b191ec32ef78c4b96d5b67713d8c Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 31 Aug 2021 08:24:17 +0000 Subject: [PATCH] - s390x may have a kernel named /boot/image OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=65 --- supermin.changes | 5 +++++ supermin.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/supermin.changes b/supermin.changes index 76b1e2b..4b4a74e 100644 --- a/supermin.changes +++ b/supermin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 31 08:08:08 UTC 2021 - ohering@suse.de + +- s390x may have a kernel named /boot/image + ------------------------------------------------------------------- Wed Aug 25 08:48:22 MDT 2021 - carnold@suse.com diff --git a/supermin.spec b/supermin.spec index 24aa8ec..8d41020 100644 --- a/supermin.spec +++ b/supermin.spec @@ -91,7 +91,7 @@ find %{buildroot} -ls ls -alt /boot /lib/modules || : ls -altd /lib/modules/*/* || : -for i in /boot/Image* /boot/vmlinu* +for i in /boot/image* /boot/Image* /boot/vmlinu* do test -f "$i" || continue if get_kernel_version "${i}" > $$