forked from pool/supermin
- s390x may have a kernel named /boot/image
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=65
This commit is contained in:
parent
a6764ad8db
commit
ab2f232dc4
@ -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
|
Wed Aug 25 08:48:22 MDT 2021 - carnold@suse.com
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ find %{buildroot} -ls
|
|||||||
ls -alt /boot /lib/modules || :
|
ls -alt /boot /lib/modules || :
|
||||||
ls -altd /lib/modules/*/* || :
|
ls -altd /lib/modules/*/* || :
|
||||||
|
|
||||||
for i in /boot/Image* /boot/vmlinu*
|
for i in /boot/image* /boot/Image* /boot/vmlinu*
|
||||||
do
|
do
|
||||||
test -f "$i" || continue
|
test -f "$i" || continue
|
||||||
if get_kernel_version "${i}" > $$
|
if get_kernel_version "${i}" > $$
|
||||||
|
Loading…
Reference in New Issue
Block a user