SHA256
1
0
forked from pool/qemu

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:
Andreas Färber 2014-08-28 17:12:25 +00:00 committed by Git OBS Bridge
parent 76886a07bf
commit f86403c976
3 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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