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:
parent
a57316f6ce
commit
66803be0de
@ -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>
|
||||
|
||||
|
@ -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}" > $$
|
||||
|
Loading…
Reference in New Issue
Block a user