forked from pool/virtualbox
Accepting request 534503 from Virtualization
- Version bump to 5.1.30 (released 2017-10-16 by Oracle) - Update vboxdrv.sh as recommended in bsc#1060072. - Move files /usr/lib/virtualbox/VBoxKeyboard.so, /usr/lib/virtualbox/VBoxOGLrenderspu.so, /usr/lib/virtualbox/VBoxSharedClipboard.so, and /usr/lib/virtualbox/VBoxSharedCrOpenGL.so from package virtualbox to virtualbox-qt. With this change, package virtualbox no longer needs libX11. OBS-URL: https://build.opensuse.org/request/show/534503 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=144
This commit is contained in:
commit
a1188d26cb
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ce94a74064b5f8c6a1ad80c7c04e1f646b6ce249473a9bce7b4739fa5fd2652
|
||||
size 4383529
|
||||
oid sha256:0ed518ef98fc43fda87f30e965a7ba524a9c34dcb17885d61fc49f133d5eabf1
|
||||
size 4384122
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d1081419e40eb6d4236c3eb03cc975aee935534893fbc5473fb84dd8eb5fe46
|
||||
size 81776170
|
3
VirtualBox-5.1.30-patched.tar.bz2
Normal file
3
VirtualBox-5.1.30-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a671fdf68dfe9e2456b9f5d97bf4e72dc4f4ee052a38c650d00f70e55684c1c5
|
||||
size 81803990
|
@ -38,6 +38,7 @@ DEVICE=/dev/vboxdrv
|
||||
LOG="/var/log/vbox-install.log"
|
||||
MODPROBE=/sbin/modprobe
|
||||
SCRIPTNAME=vboxdrv.sh
|
||||
INSTALL_DIR=/usr/lib/virtualbox
|
||||
|
||||
# The below is GNU-specific. See VBox.sh for the longer Solaris/OS X version.
|
||||
TARGET=`readlink -e -- "${0}"` || exit 1
|
||||
@ -55,7 +56,7 @@ export USER=$USERNAME
|
||||
VIRTUALBOX="${INSTALL_DIR}/VirtualBox"
|
||||
VBOXMANAGE="${INSTALL_DIR}/VBoxManage"
|
||||
BUILDINTMP="${MODULE_SRC}/build_in_tmp"
|
||||
if test -u "${VIRTUALBOX}"; then
|
||||
if test -u "${VBOXMANAGE}"; then
|
||||
GROUP=root
|
||||
DEVICE_MODE=0600
|
||||
else
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 20:13:00 UTC 2017 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Update vboxdrv.sh as recommended in bsc#1060072.
|
||||
- Move files /usr/lib/virtualbox/VBoxKeyboard.so, /usr/lib/virtualbox/VBoxOGLrenderspu.so, /usr/lib/virtualbox/VBoxSharedClipboard.so, and
|
||||
/usr/lib/virtualbox/VBoxSharedCrOpenGL.so from package virtualbox to virtualbox-qt. With this change, package virtualbox no longer needs libX11.
|
||||
- Version bump to 5.1.30 (released 2017-10-16 by Oracle)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
GUI: translation updates
|
||||
GUI: Fixed double mouse cursor when using mouse integration without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3 (Mac OS X hosts only; bug #15610)
|
||||
Solaris hosts: allow increasing MTU size for host-only adapter to 9706 bytes to support jumbo frames
|
||||
Linux hosts: glibc 2.26 compile fix
|
||||
Windows Additions: 3D related crash fix (bugs #17082, #17092)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 13:02:28 UTC 2017 - Larry.Finger@lwfinger.net
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define _vbox_instdir %{_libexecdir}/virtualbox
|
||||
%define _udevrulesdir %{_sysconfdir}/udev/rules.d
|
||||
Name: virtualbox
|
||||
Version: 5.1.28
|
||||
Version: 5.1.30
|
||||
Release: 0
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPL-2.0+
|
||||
@ -836,16 +836,12 @@ export DISABLE_RESTART_ON_UPDATE=yes
|
||||
%{_vbox_instdir}/VBoxGuestControlSvc.so
|
||||
%{_vbox_instdir}/VBoxGuestPropSvc.so
|
||||
%{_vbox_instdir}/VBoxHeadless.so
|
||||
%{_vbox_instdir}/VBoxKeyboard.so
|
||||
%{_vbox_instdir}/VBoxNetDHCP.so
|
||||
%{_vbox_instdir}/VBoxNetNAT.so
|
||||
%{_vbox_instdir}/VBoxOGLhostcrutil.so
|
||||
%{_vbox_instdir}/VBoxOGLhosterrorspu.so
|
||||
%{_vbox_instdir}/VBoxOGLrenderspu.so
|
||||
%{_vbox_instdir}/VBoxREM*.so
|
||||
%{_vbox_instdir}/VBoxRT.so
|
||||
%{_vbox_instdir}/VBoxSharedClipboard.so
|
||||
%{_vbox_instdir}/VBoxSharedCrOpenGL.so
|
||||
%{_vbox_instdir}/VBoxSharedFolders.so
|
||||
%{_vbox_instdir}/VBoxVMM.so
|
||||
%{_vbox_instdir}/VBoxXPCOMC.so
|
||||
@ -912,6 +908,10 @@ export DISABLE_RESTART_ON_UPDATE=yes
|
||||
%{_vbox_instdir}/VBoxDbg.so
|
||||
%{_bindir}/VBoxSDL
|
||||
%{_vbox_instdir}/VBoxSDL.so
|
||||
%{_vbox_instdir}/VBoxSharedCrOpenGL.so
|
||||
%{_vbox_instdir}/VBoxKeyboard.so
|
||||
%{_vbox_instdir}/VBoxOGLrenderspu.so
|
||||
%{_vbox_instdir}/VBoxSharedClipboard.so
|
||||
%{_datadir}/pixmaps/virtualbox.png
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_udevrulesdir}/60-vboxdrv.rules
|
||||
|
Loading…
Reference in New Issue
Block a user