SHA256
1
0
forked from pool/supermin

- arm32 may have a kernel named /boot/zImage

OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=67
This commit is contained in:
Olaf Hering 2021-09-09 19:14:22 +00:00 committed by Git OBS Bridge
parent a57316f6ce
commit 66803be0de
2 changed files with 6 additions and 1 deletions

View File

@ -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 <jengelh@inai.de>

View File

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