forked from pool/virtualbox
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
This commit is contained in:
parent
d3fa2d0e39
commit
a7e58ef2cc
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 16:27:02 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
|
||||
Sat Sep 7 21:28:46 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
|
||||
|
||||
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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user