SHA256
1
0
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:
Olaf Hering 2021-08-31 08:24:17 +00:00 committed by Git OBS Bridge
parent a6764ad8db
commit ab2f232dc4
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

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