From a7e58ef2cc5bfcb116042ce5790a4f6cfafda38b5fa6ea799a9a57d0cba0b928 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sat, 7 Sep 2019 21:48:44 +0000 Subject: [PATCH] Accepting request 729135 from home:lwfinger:branches:Virtualization Added file "README.build" to documentation with instructions for me and any eventual successors. - Version update to 6.0.12 (released September 03 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: OCI export: handle empty disk image correctly API: fix potential crash when using the medium I/O functionality VBoxManage: fixed documentation of VBoxManage modifyvm uarttype documentation (bug #18759) Network: scrub inbound TCP URG pointer, working around incorrect OOB handling USB: Improved identification of power-saved devices on Windows hosts Audio: in the AC97 work around buggy guest drivers which reprogram the sampling rate, breaking audio in and/or audio out Linux host and guest: fix kernel module build for SLES 12 SP4 kernel 3D: fixed state saving and loading when the VBoxVGA graphics adapter is used with 3D enabled (bug #18802, 6.0.10 regression) Windows guests: fixed mouse cursor visibility updating Windows guests: fixed graphics corruption in Windows 10 search menu with VBoxSVGA adapter Windows guests: fixed dwm.exe crashes related to the WDDM driver for VBoxSVGA adapter when the VM has lots of RAM MacOS Guest Additions fail to start in 6.0.10 (bug #18793) Windows guests: fixed crashes when using shared folders (bug #18766) Linux guests: unprivileged users unable to create files inside shared folders (bug #18737) Linux guests: improve compatibility of vboxvideo.ko kernel module build logic (bug #18869) OBS-URL: https://build.opensuse.org/request/show/729135 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=503 --- virtualbox.changes | 4 ++-- virtualbox.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/virtualbox.changes b/virtualbox.changes index 0192dc6..599b2a6 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Fri Sep 6 16:27:02 UTC 2019 - Larry Finger +Sat Sep 7 21:28:46 UTC 2019 - Larry Finger -Added file "README.build" with instructions for me and any eventual successors. +Added file "README.build" to documentation with instructions for me and any eventual successors. - Version update to 6.0.12 (released September 03 2019 by Oracle) diff --git a/virtualbox.spec b/virtualbox.spec index b12b975..c81950d 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -78,6 +78,7 @@ Source21: vboxweb-service.service Source22: vboxweb-service.sh Source23: vboxautostart.service Source24: vboxautostart.sh +Source97: README.build Source98: %{name}-rpmlintrc Source99: %{name}-patch-source.sh #rework init scripts to fit suse needs @@ -454,6 +455,8 @@ as an "extpack" for VirtualBox. The implementation is licensed under GPL. #copy user manual cp %{SOURCE1} UserManual.pdf +#copy README.build +cp %{SOURCE97} README.build #copy kbuild config cp %{SOURCE10} LocalConfig.kmk #copy autostart doc @@ -916,7 +919,7 @@ export DISABLE_RESTART_ON_UPDATE=yes %files %defattr(-, root, root) -%doc README.autostart UserManual.pdf +%doc README.autostart UserManual.pdf README.build %{_bindir}/VBoxManage %{_bindir}/VBoxHeadless %{_bindir}/VBoxTunctl