SHA256
1
0
forked from pool/qemu

Accepting request 849129 from home:bfrogers:branches:Virtualization

- A patch has been applied to virt-manager to handle qemu spice
  related modules not being present, so undo the change from Sep
  30, 2020. Once again qemu-hw-display-qxl and qemu-hw-usb-redirect
  are Recommends and not Required by the qemu package
  (boo#1157320 boo#1176517, boo#1178141)
- For jsc#SLE-11629, change qemu, qemu-tools, and qemu-guest-agent
  to rely on system-user-qemu and system-group-kvm to provide now
  static system UIDs and GID's for qemu user and group, and kvm
  group. This will make guest migration more seamless for new
  installations since there is no chance of having required ID's
  differ in value.

OBS-URL: https://build.opensuse.org/request/show/849129
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=589
This commit is contained in:
Bruce Rogers
2020-11-17 16:14:12 +00:00
committed by Git OBS Bridge
parent a0f17b8ff7
commit f9f98ca55d
4 changed files with 51 additions and 34 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 17 01:41:49 UTC 2020 - Bruce Rogers <brogers@suse.com>
- A patch has been applied to virt-manager to handle qemu spice
related modules not being present, so undo the change from Sep
30, 2020. Once again qemu-hw-display-qxl and qemu-hw-usb-redirect
are Recommends and not Required by the qemu package
(boo#1157320 boo#1176517, boo#1178141)
- For jsc#SLE-11629, change qemu, qemu-tools, and qemu-guest-agent
to rely on system-user-qemu and system-group-kvm to provide now
static system UIDs and GID's for qemu user and group, and kvm
group. This will make guest migration more seamless for new
installations since there is no chance of having required ID's
differ in value.
-------------------------------------------------------------------
Wed Nov 4 16:40:36 UTC 2020 - Liang Yan <lyan@suse.com>