commit 2ba53188238af91208ec742ca18936a12f0adeb6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat May 16 01:27:56 2020 +0100
Update VBox to 6.1.8
.gitignore | 1 +
VirtualBox-5.2.10-xclient.patch | 6 +++---
VirtualBox.spec | 5 ++++-
sources | 4 ++--
update_vbox.sh | 4 ++--
5 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa0c413..2058eed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-6.1.2.tar.bz2
/VirtualBox-6.1.4.tar.bz2
/VirtualBox-6.1.6.tar.bz2
+/VirtualBox-6.1.8.tar.bz2
diff --git a/VirtualBox-5.2.10-xclient.patch b/VirtualBox-5.2.10-xclient.patch
index 1f16bc7..920b569 100644
--- a/VirtualBox-5.2.10-xclient.patch
+++ b/VirtualBox-5.2.10-xclient.patch
@@ -1,5 +1,5 @@
---- 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
+--- ./src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2020-05-14
19:33:50.000000000 +0100
++++ ./src/VBox/Additions/x11/Installer/98vboxadd-xclient 2020-05-16 00:03:45.221363282
+0100
@@ -21,15 +21,9 @@ for i in $HOME/.vboxclient-*.pid; do
test -w $i || rm -f $i
done
@@ -18,4 +18,4 @@
+if [ -c /dev/vboxguest -a -z "${SSH_CONNECTION}" ]; then
/usr/bin/VBoxClient --clipboard
/usr/bin/VBoxClient --checkhostversion
- /usr/bin/VBoxClient --display
+ /usr/bin/VBoxClient --seamless
diff --git a/VirtualBox.spec b/VirtualBox.spec
index e0ed6fc..2d38bf0 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,7 +45,7 @@
%endif
Name: VirtualBox
-Version: 6.1.6
+Version: 6.1.8
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -880,6 +880,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Fri May 15 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.8-1
+- Update VBox to 6.1.8
+
* Tue Apr 14 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.6-1
- Update VBox to 6.1.6
diff --git a/sources b/sources
index 0ddd2d5..5e58f21 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.6.tar.bz2) =
4a94417fe69c40755b55526cee67068ca8d32e71e5b6ebe0cccf46062dfb4ee76b33ac92f8b8f4748d438eda1714129360fdbaa39c16df3877b20109a7c6439a
-SHA512 (UserManual.pdf) =
97176ad8b365da7b060faf5cd9a05074cc60b7445f0f3223d6ede8720427093d14824081b0ef10eb4f98e7a5c13431f549f738ca6c6105bab0e6c82ddf7d1286
+SHA512 (VirtualBox-6.1.8.tar.bz2) =
8dcac28cba659c72566e74ec05d8e06bcff8b23627d5368392c4add091f81a5f93550d9abefd96157718481bb60dfa610e0ae9266ecf882a7d36d62b1e84f671
+SHA512 (UserManual.pdf) =
d66ee4585586666faec4990cb24f2e9b34d4073118afd62b8d3d2d676967ed0cb86d93bee664823bf0f17d4f86f391c4b7ee4af7071cb9678aa8d20f37bf20e4
diff --git a/update_vbox.sh b/update_vbox.sh
index cb4b332..1f464ec 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.6
+VERSION=6.1.8
REL=1
RAWHIDE=33
REPOS="f32 f31 f30 el7"
@@ -17,7 +17,6 @@ git pull
rpmdev-bumpspec -n $VERSION -c "Update VBox to $VERSION" VirtualBox.spec
rm UserManual.pdf
spectool -g VirtualBox.spec
-rfpkg new-sources ./VirtualBox-$VERSION.tar.bz2 ./UserManual.pdf
rfpkg srpm && copr-cli build sergiomb/vboxfor23
VirtualBox-$VERSION-$REL.fc$RAWHIDE.src.rpm
echo Press enter to continue; read dummy;
fi
@@ -25,6 +24,7 @@ fi
if test $stage -le 1
then
echo STAGE 1
+rfpkg new-sources ./VirtualBox-$VERSION.tar.bz2 ./UserManual.pdf
rfpkg ci -c && git show
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait