forked from pool/libguestfs
- Use Image instead of uImage on ARM
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=311
This commit is contained in:
parent
bccb9f0848
commit
7788d14769
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 14:56:52 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Use Image instead of uImage on ARM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 09:27:51 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -92,7 +92,7 @@ Release: 0
|
||||
%define kernel_binary /boot/image
|
||||
%endif
|
||||
%ifarch %arm
|
||||
%define kernel_binary /boot/uImage
|
||||
%define kernel_binary /boot/Image
|
||||
%endif
|
||||
#
|
||||
# use 'env LIBGUESTFS_HV=/path/to/kvm libguestfs-test-tool' to verify
|
||||
|
Loading…
Reference in New Issue
Block a user