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}" > $$