forked from pool/virtualbox
Accepting request 354857 from Virtualization
1 OBS-URL: https://build.opensuse.org/request/show/354857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=112
This commit is contained in:
commit
3e935d63b7
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:485250b6117e599d687e8560bac2fd677724143de036124392633e4d3754a6c6
|
||||
size 3479845
|
||||
oid sha256:869422b29946fae416c874006a9f976674122893b574d2e6937c9b9dce9dbc40
|
||||
size 3481967
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ced76218fe61b4fad4e44d7b6407e9db652d1f80a7c2e1bf1329ec76287b9d9
|
||||
size 76586366
|
3
VirtualBox-5.0.14-patched.tar.bz2
Normal file
3
VirtualBox-5.0.14-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07df1940d21aeaa418d416d9acf2a7d4841dfb0088d00cb2f2945ab5869e7b7f
|
||||
size 76658856
|
@ -1,16 +1,12 @@
|
||||
Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
===================================================================
|
||||
--- src/VBox/Additions/linux/installer/vboxadd.sh.orig
|
||||
+++ src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
@@ -21,11 +21,12 @@
|
||||
#
|
||||
### BEGIN INIT INFO
|
||||
--- src/VBox/Additions/linux/installer/vboxadd.sh.orig 2015-12-18 17:17:03.000000000 +0100
|
||||
+++ src/VBox/Additions/linux/installer/vboxadd.sh 2016-01-14 15:45:13.793994484 +0100
|
||||
@@ -23,9 +23,12 @@
|
||||
# Provides: vboxadd
|
||||
-# Required-Start:
|
||||
-# Required-Stop:
|
||||
# Required-Start:
|
||||
# Required-Stop:
|
||||
-# Default-Start: 2 3 4 5
|
||||
+# Required-Start: $remote_fs
|
||||
+# Required-Stop: $remote_fs
|
||||
+# Should-Start: $remote_fs
|
||||
+# Should-Stop: $remote_fs
|
||||
+# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Description: VirtualBox Linux Additions kernel modules
|
||||
@ -18,7 +14,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
### END INIT INFO
|
||||
|
||||
PATH=$PATH:/bin:/sbin:/usr/sbin
|
||||
@@ -224,12 +225,6 @@ do_vboxguest_non_udev()
|
||||
@@ -224,12 +227,6 @@
|
||||
fail "Cannot create device $dev with major $maj and minor $min"
|
||||
}
|
||||
fi
|
||||
@ -31,7 +27,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
|
||||
if [ ! -c $userdev ]; then
|
||||
maj=10
|
||||
@@ -240,12 +235,6 @@ do_vboxguest_non_udev()
|
||||
@@ -240,12 +237,6 @@
|
||||
rmmod vboxguest 2>/dev/null
|
||||
fail "Cannot create device $userdev with major $maj and minor $min"
|
||||
}
|
||||
@ -44,7 +40,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
fi
|
||||
fi
|
||||
}
|
||||
@@ -260,6 +249,13 @@ start()
|
||||
@@ -260,6 +251,13 @@
|
||||
fi
|
||||
test -n "$INSTALL_DIR" -a -n "$INSTALL_VER" ||
|
||||
fail "Configuration file $config not complete"
|
||||
@ -58,7 +54,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
uname -r | grep -q -E '^2\.6|^3|^4' 2>/dev/null &&
|
||||
ps -A -o comm | grep -q '/*udevd$' 2>/dev/null ||
|
||||
no_udev=1
|
||||
@@ -470,33 +466,8 @@ extra_setup()
|
||||
@@ -470,33 +468,8 @@
|
||||
# setup_script
|
||||
setup()
|
||||
{
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 19 20:38:27 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Version bump to 5.0.14 (released 2016-01-19i by Oracle)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
GUI: properly limit the number of VCPUs to the number of physical cores on Mac OS X (bug #15018)
|
||||
Audio: fixed a bug which prevented loading a saved state of a saved guests with HDA emulation (5.0.12 regression; bug #14981)
|
||||
Audio: don't crash if the backend is unable to initialize (bug #14960)
|
||||
Audio: fixed audio capture on Mac OS X (bug #14386)
|
||||
Storage: fixed a possible crash when attaching the same ISO image multiple times to the same VM (bug #14951)
|
||||
BIOS: properly report if two floppy drives are attached
|
||||
USB: fixed a problem with filters which would not capture the device under certain circumstances (5.0.10 regression; bug #15042)
|
||||
ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible changes not being properly handled in the past
|
||||
Windows hosts: fixed a regression which caused robocopy to fail (bug #14958)
|
||||
Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression; bug #14989)
|
||||
Mac OS X hosts: several fixes for USB on El Capitan (bug #14677)
|
||||
Linux Additions: fixes for Linux 4.5 (bug #15032)
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 14:47:01 UTC 2016 - bwiedemann@suse.com
|
||||
|
||||
- vboxadd script no more fails on remote_fs failure (bnc#908383)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 26 19:58:13 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package virtualbox
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define _vbox_instdir %{_libexecdir}/virtualbox
|
||||
%define _udevrulesdir %{_libexecdir}/udev/rules.d
|
||||
Name: virtualbox
|
||||
Version: 5.0.12
|
||||
Version: 5.0.14
|
||||
Release: 0
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user