1
0
forked from jengelh/virtualbox

- Update fixes_for_kernel_5.18.patch to save and restore FPU status during interrupt.

The change fixes boo#1199803.

- A requirement for sysvinit was inadvertently left when VB was converted to a systemd service. This pulls
  in packages that are not needed.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=639
This commit is contained in:
Larry Finger
2022-05-27 23:33:15 +00:00
committed by Git OBS Bridge
parent 85da96c788
commit 1d9fb23722
3 changed files with 239 additions and 13 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 27 22:27:02 UTC 2022 - Larry Finger <Larry.Finger@gmail.com>
- Update fixes_for_kernel_5.18.patch to save and restore FPU status during interrupt.
The change fixes boo#1199803.
-------------------------------------------------------------------
Sat May 21 20:17:00 UTC 2022 - Ben Greiner <code@bnavigator.de>