Accepting request 531447 from home:bfrogers:branches:Virtualization
- Add dependencies on ovmf (uefi) for the qemu-x86 and qemu-arm packages - Fix s390-netboot.img to be included with qemu-s390 package, not qemu-ppc - Add dependencies on ovmf (uefi) for the qemu-x86 and qemu-arm packages - Fix s390-netboot.img to be included with qemu-s390 package, not qemu-ppc OBS-URL: https://build.opensuse.org/request/show/531447 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=368
This commit is contained in:
parent
8e0f4e6086
commit
05e477c87d
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 16:21:04 UTC 2017 - brogers@suse.com
|
||||
|
||||
- Add dependencies on ovmf (uefi) for the qemu-x86 and qemu-arm
|
||||
packages
|
||||
- Fix s390-netboot.img to be included with qemu-s390 package, not
|
||||
qemu-ppc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 21:07:26 UTC 2017 - brogers@suse.com
|
||||
|
||||
|
@ -493,6 +493,8 @@ Requires: qemu-ipxe
|
||||
Requires: qemu-seabios
|
||||
Requires: qemu-sgabios
|
||||
Requires: qemu-vgabios
|
||||
Recommends: ovmf
|
||||
Recommends: qemu-ovmf-x86_64
|
||||
|
||||
%description x86
|
||||
QEMU is an extremely well-performing CPU emulator that allows you to
|
||||
@ -539,6 +541,8 @@ Group: System/Emulators/PC
|
||||
Requires: qemu = %version
|
||||
Recommends: qemu-ipxe
|
||||
Recommends: qemu-vgabios
|
||||
Recommends: ovmf
|
||||
Recommends: qemu-uefi-aarch64
|
||||
|
||||
%description arm
|
||||
QEMU is an extremely well-performing CPU emulator that allows you to
|
||||
@ -1430,7 +1434,6 @@ fi
|
||||
%_datadir/%name/petalogix-ml605.dtb
|
||||
%_datadir/%name/skiboot.lid
|
||||
%_datadir/%name/qemu_vga.ndrv
|
||||
%_datadir/%name/s390-netboot.img
|
||||
%if 0%{?is_opensuse} == 0
|
||||
%dir %_docdir/qemu-ppc
|
||||
%_docdir/qemu-ppc/supported.txt
|
||||
@ -1440,6 +1443,7 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%_bindir/qemu-system-s390x
|
||||
%_datadir/%name/s390-ccw.img
|
||||
%_datadir/%name/s390-netboot.img
|
||||
%if 0%{?is_opensuse} == 0
|
||||
%dir %_docdir/qemu-s390
|
||||
%_docdir/qemu-s390/supported.txt
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 16:21:04 UTC 2017 - brogers@suse.com
|
||||
|
||||
- Add dependencies on ovmf (uefi) for the qemu-x86 and qemu-arm
|
||||
packages
|
||||
- Fix s390-netboot.img to be included with qemu-s390 package, not
|
||||
qemu-ppc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 21:07:26 UTC 2017 - brogers@suse.com
|
||||
|
||||
|
@ -493,6 +493,8 @@ Requires: qemu-ipxe
|
||||
Requires: qemu-seabios
|
||||
Requires: qemu-sgabios
|
||||
Requires: qemu-vgabios
|
||||
Recommends: ovmf
|
||||
Recommends: qemu-ovmf-x86_64
|
||||
|
||||
%description x86
|
||||
QEMU is an extremely well-performing CPU emulator that allows you to
|
||||
@ -539,6 +541,8 @@ Group: System/Emulators/PC
|
||||
Requires: qemu = %version
|
||||
Recommends: qemu-ipxe
|
||||
Recommends: qemu-vgabios
|
||||
Recommends: ovmf
|
||||
Recommends: qemu-uefi-aarch64
|
||||
|
||||
%description arm
|
||||
QEMU is an extremely well-performing CPU emulator that allows you to
|
||||
@ -1430,7 +1434,6 @@ fi
|
||||
%_datadir/%name/petalogix-ml605.dtb
|
||||
%_datadir/%name/skiboot.lid
|
||||
%_datadir/%name/qemu_vga.ndrv
|
||||
%_datadir/%name/s390-netboot.img
|
||||
%if 0%{?is_opensuse} == 0
|
||||
%dir %_docdir/qemu-ppc
|
||||
%_docdir/qemu-ppc/supported.txt
|
||||
@ -1440,6 +1443,7 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%_bindir/qemu-system-s390x
|
||||
%_datadir/%name/s390-ccw.img
|
||||
%_datadir/%name/s390-netboot.img
|
||||
%if 0%{?is_opensuse} == 0
|
||||
%dir %_docdir/qemu-s390
|
||||
%_docdir/qemu-s390/supported.txt
|
||||
|
@ -455,6 +455,8 @@ Requires: qemu-ipxe
|
||||
Requires: qemu-seabios
|
||||
Requires: qemu-sgabios
|
||||
Requires: qemu-vgabios
|
||||
Recommends: ovmf
|
||||
Recommends: qemu-ovmf-x86_64
|
||||
|
||||
%description x86
|
||||
QEMU is an extremely well-performing CPU emulator that allows you to
|
||||
@ -501,6 +503,8 @@ Group: System/Emulators/PC
|
||||
Requires: qemu = %version
|
||||
Recommends: qemu-ipxe
|
||||
Recommends: qemu-vgabios
|
||||
Recommends: ovmf
|
||||
Recommends: qemu-uefi-aarch64
|
||||
|
||||
%description arm
|
||||
QEMU is an extremely well-performing CPU emulator that allows you to
|
||||
@ -1354,7 +1358,6 @@ fi
|
||||
%_datadir/%name/petalogix-ml605.dtb
|
||||
%_datadir/%name/skiboot.lid
|
||||
%_datadir/%name/qemu_vga.ndrv
|
||||
%_datadir/%name/s390-netboot.img
|
||||
%if 0%{?is_opensuse} == 0
|
||||
%dir %_docdir/qemu-ppc
|
||||
%_docdir/qemu-ppc/supported.txt
|
||||
@ -1364,6 +1367,7 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%_bindir/qemu-system-s390x
|
||||
%_datadir/%name/s390-ccw.img
|
||||
%_datadir/%name/s390-netboot.img
|
||||
%if 0%{?is_opensuse} == 0
|
||||
%dir %_docdir/qemu-s390
|
||||
%_docdir/qemu-s390/supported.txt
|
||||
|
Loading…
Reference in New Issue
Block a user