commit e0535f588700f6a5d1fb0ace37a7d1d0327deb93
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Apr 24 00:58:33 2018 +0100
Update VBox to 5.2.10
.gitignore | 1 +
...Box-5.2.6-xclient.patch => VirtualBox-5.2.10-xclient.patch | 11 ++++++-----
VirtualBox.spec | 11 +++++++----
sources | 2 +-
4 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc3bf17..173a489 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.2.4.tar.bz2
/VirtualBox-5.2.6.tar.bz2
/VirtualBox-5.2.8.tar.bz2
+/VirtualBox-5.2.10.tar.bz2
diff --git a/VirtualBox-5.2.6-xclient.patch b/VirtualBox-5.2.10-xclient.patch
similarity index 62%
rename from VirtualBox-5.2.6-xclient.patch
rename to VirtualBox-5.2.10-xclient.patch
index 75eabab..1f16bc7 100644
--- a/VirtualBox-5.2.6-xclient.patch
+++ b/VirtualBox-5.2.10-xclient.patch
@@ -1,13 +1,14 @@
-diff -up VirtualBox-5.2.6/src/VBox/Additions/x11/Installer/98vboxadd-xclient~
VirtualBox-5.2.6/src/VBox/Additions/x11/Installer/98vboxadd-xclient
---- VirtualBox-5.2.6/src/VBox/Additions/x11/Installer/98vboxadd-xclient~ 2018-01-15
15:49:57.000000000 +0100
-+++ VirtualBox-5.2.6/src/VBox/Additions/x11/Installer/98vboxadd-xclient 2018-02-07
12:13:51.578170786 +0100
-@@ -21,13 +21,9 @@ for i in $HOME/.vboxclient-*.pid; do
+--- VirtualBox-5.2.10.orig/src/VBox/Additions/x11/Installer/98vboxadd-xclient 2018-04-13
17:32:05.000000000 +0100
++++ VirtualBox-5.2.10/src/VBox/Additions/x11/Installer/98vboxadd-xclient 2018-04-22
04:31:42.483190045 +0100
+@@ -21,15 +21,9 @@ for i in $HOME/.vboxclient-*.pid; do
test -w $i || rm -f $i
done
-if ! test -c /dev/vboxguest 2>/dev/null; then
- # Do not start if the kernel module is not present.
-- notify-send "VBoxClient: the VirtualBox kernel service is not running.
Exiting."
+- # Execute notify-send in the back-ground to avoid racing with sddm,
+- # as notify-send may wait for sddm to start while it waits for us to exit.
+- notify-send "VBoxClient: the VirtualBox kernel service is not running.
Exiting." &
-elif test -z "${SSH_CONNECTION}"; then
- # This script can also be triggered by a connection over SSH, which is not
- # what we had in mind, so we do not start VBoxClient in that case. We do
diff --git a/VirtualBox.spec b/VirtualBox.spec
index bbb7fd8..45adae4 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -31,9 +31,9 @@
%bcond_with legacy_vboxvideo_drv
Name: VirtualBox
-Version: 5.2.8
+Version: 5.2.10
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -66,8 +66,8 @@ Patch28: 02-gsoap-build-fix.patch
# from Mageia
Patch50: VirtualBox-5.1.0-add-Mageia-support.patch
Patch51: VirtualBox-5.1.0-revert-VBox.sh.patch
-
-Patch60: VirtualBox-5.2.6-xclient.patch
+# from Fedora
+Patch60: VirtualBox-5.2.10-xclient.patch
Patch61: 0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
@@ -775,6 +775,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Apr 19 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.10-1
+- Update VBox to 5.2.10
+
* Sat Mar 17 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.8-3
- Add patches from virtualbox-guest-additions of Fedora proper
- python-VirtualBox renamed to python2-VirtualBox
diff --git a/sources b/sources
index 13ca638..ff70504 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e731ea9c5c31096ec4c2a3bfba26665c VirtualBox-5.2.8.tar.bz2
+2017d33ff65c2a80448a7be9e2ff434d VirtualBox-5.2.10.tar.bz2
Show replies by date