Accepting request 246746 from home:a_faerber:branches:Virtualization
Backport of s390-ccw.img build fix (bnc#893535) OBS-URL: https://build.opensuse.org/request/show/246746 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=228
This commit is contained in:
parent
6fcfc8905e
commit
ca719c2926
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 12:53:19 UTC 2014 - afaerber@suse.de
|
||||
|
||||
- Copy the freshly built s390-ccw.img over to the location
|
||||
from which it is installed (bnc#893535)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 10:37:00 UTC 2014 - agraf@suse.com
|
||||
|
||||
|
@ -574,6 +574,9 @@ make -C roms seavgabios
|
||||
make -C roms pxerom
|
||||
make -C roms sgabios
|
||||
%endif
|
||||
%ifarch s390x
|
||||
cp pc-bios/s390-ccw/s390-ccw.img pc-bios/s390-ccw.img
|
||||
%endif
|
||||
|
||||
%check
|
||||
make check V=1
|
||||
|
@ -496,6 +496,9 @@ make -C roms seavgabios
|
||||
make -C roms pxerom
|
||||
make -C roms sgabios
|
||||
%endif
|
||||
%ifarch s390x
|
||||
cp pc-bios/s390-ccw/s390-ccw.img pc-bios/s390-ccw.img
|
||||
%endif
|
||||
|
||||
%check
|
||||
make check V=1
|
||||
|
Loading…
Reference in New Issue
Block a user