forked from pool/libguestfs
- define kernel_binary on aarch64
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=312
This commit is contained in:
parent
7788d14769
commit
b47555b18a
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 31 14:56:52 CEST 2014 - ohering@suse.de
|
Thu Jul 31 14:56:52 CEST 2014 - ohering@suse.de
|
||||||
|
|
||||||
- Use Image instead of uImage on ARM
|
- define kernel_binary on aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 28 09:27:51 CEST 2014 - ohering@suse.de
|
Mon Jul 28 09:27:51 CEST 2014 - ohering@suse.de
|
||||||
|
@ -92,6 +92,9 @@ Release: 0
|
|||||||
%define kernel_binary /boot/image
|
%define kernel_binary /boot/image
|
||||||
%endif
|
%endif
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
|
%define kernel_binary /boot/uImage
|
||||||
|
%endif
|
||||||
|
%ifarch aarch64
|
||||||
%define kernel_binary /boot/Image
|
%define kernel_binary /boot/Image
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user