SHA256
1
0
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:
Olaf Hering 2014-07-31 12:57:18 +00:00 committed by Git OBS Bridge
parent bccb9f0848
commit 7788d14769
2 changed files with 6 additions and 1 deletions

View File

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

View File

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