SHA256
1
0
forked from pool/qemu

Accepting request 870726 from home:bfrogers:branches:Virtualization

- Switch the modules qemu-ui-display-gpu and qemu-ui-display-gpu-pci
  from being an x86 only Recommends, to a Recommends for all arch's
  except s390x (boo#1181350)
- Fix qemu-hw-usb-smartcard to not be a Recommends for s390x
- Minor spec file tweaks for compatibility with upcoming spec file
  formatter
- Make note that this patch takes care of an OOB access in ARM
  interrupt handling (CVE-2021-20221 bsc#1181933)
  hw-intc-arm_gic-Fix-interrupt-ID-in-GICD.patch

OBS-URL: https://build.opensuse.org/request/show/870726
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=615
This commit is contained in:
Bruce Rogers
2021-02-10 03:00:31 +00:00
committed by Git OBS Bridge
parent a8263c0693
commit ddbbacb439
5 changed files with 37 additions and 18 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 8 20:53:03 UTC 2021 - Bruce Rogers <brogers@suse.com>
- Switch the modules qemu-ui-display-gpu and qemu-ui-display-gpu-pci
from being an x86 only Recommends, to a Recommends for all arch's
except s390x (boo#1181350)
- Fix qemu-hw-usb-smartcard to not be a Recommends for s390x
- Minor spec file tweaks for compatibility with upcoming spec file
formatter
-------------------------------------------------------------------
Mon Feb 8 17:11:21 UTC 2021 - Bruce Rogers <brogers@suse.com>
- Make note that this patch takes care of an OOB access in ARM
interrupt handling (CVE-2021-20221 bsc#1181933)
hw-intc-arm_gic-Fix-interrupt-ID-in-GICD.patch
-------------------------------------------------------------------
Fri Feb 5 18:54:34 UTC 2021 - Bruce Rogers <brogers@suse.com>