SHA256
1
0
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:
Olaf Hering 2014-07-31 13:06:46 +00:00 committed by Git OBS Bridge
parent 7788d14769
commit b47555b18a
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
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

View File

@ -92,6 +92,9 @@ Release: 0
%define kernel_binary /boot/image
%endif
%ifarch %arm
%define kernel_binary /boot/uImage
%endif
%ifarch aarch64
%define kernel_binary /boot/Image
%endif
#