diff --git a/qemu.changes b/qemu.changes index e19c66fb..50f9f62c 100644 --- a/qemu.changes +++ b/qemu.changes @@ -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 diff --git a/qemu.spec b/qemu.spec index bcdf3dec..539d29c3 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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 diff --git a/qemu.spec.in b/qemu.spec.in index cbf48a97..941115c9 100644 --- a/qemu.spec.in +++ b/qemu.spec.in @@ -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