Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2022-11-10 14:21:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qemu (Old)
 and      /work/SRC/openSUSE:Factory/.qemu.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qemu"

Thu Nov 10 14:21:15 2022 rev:239 rq:1034600 version:7.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qemu/qemu.changes        2022-11-03 
19:13:10.083648900 +0100
+++ /work/SRC/openSUSE:Factory/.qemu.new.1597/qemu.changes      2022-11-10 
14:21:38.062128912 +0100
@@ -1,0 +2,5 @@
+Thu Nov  3 08:30:57 UTC 2022 - Andreas Schwab <[email protected]>
+
+- Enable KVM support on riscv64
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qemu.spec ++++++
--- /var/tmp/diff_new_pack.LevRqG/_old  2022-11-10 14:21:40.654143583 +0100
+++ /var/tmp/diff_new_pack.LevRqG/_new  2022-11-10 14:21:40.714143922 +0100
@@ -77,7 +77,7 @@
 %define build_opensbi_firmware 1
 %endif
 
-%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
+%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64 riscv64
 %define kvm_available 1
 %define with_uring 1
 %define liburing_min_version 1.0
@@ -370,6 +370,11 @@
 %else
 Suggests:       qemu-arm
 %endif
+%ifarch riscv64
+Requires:       qemu-extra
+%else
+Suggests:       qemu-extra
+%endif
 Requires(post): acl
 Requires(post): udev
 Recommends:     kvm_stat





++++++ qemu.spec.in ++++++
--- /var/tmp/diff_new_pack.LevRqG/_old  2022-11-10 14:21:41.346147499 +0100
+++ /var/tmp/diff_new_pack.LevRqG/_new  2022-11-10 14:21:41.350147522 +0100
@@ -80,7 +80,7 @@
 %define build_opensbi_firmware 1
 %endif
 
-%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
+%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64 riscv64
 %define kvm_available 1
 %define with_uring 1
 %define liburing_min_version 1.0
@@ -312,6 +312,11 @@
 %else
 Suggests:       qemu-arm
 %endif
+%ifarch riscv64
+Requires:       qemu-extra
+%else
+Suggests:       qemu-extra
+%endif
 Requires(post): acl
 Requires(post): udev
 Recommends:     kvm_stat

Reply via email to