commit 32372dd446fc46d53ee2ce659e28311e16a076f0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 6 19:42:02 2019 +0100
Update to 6.0.12
.gitignore | 1 +
VirtualBox-kmod.spec | 9 ++++++---
sources | 2 +-
update_vbox.sh | 4 ++--
4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22e48db..cd0efc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/2f85f96.zip
/8dd4b8b.zip
/87b9015.zip
+/83b9657.zip
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 0b7fee8..8b70bf8 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -11,7 +11,7 @@
# newvboxsf
# globals for
https://github.com/jwrdegoede/vboxsf/archive/fb360320b7d5c2dc74cb958c9b27...
-%global commit1 87b9015c57dd7f226c768131bf8b4c0249de9835
+%global commit1 83b9657878a229c83e4ce652af809bdc18a3a327
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
# Allow only root to access vboxdrv regardless of the file mode
@@ -44,8 +44,8 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 6.0.10
-Release: 4%{?dist}
+Version: 6.0.12
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -150,6 +150,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Fri Sep 06 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.12-1
+- Update to 6.0.12
+
* Tue Sep 03 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 6.0.10-4
- Rebuild for new el7 kernel
diff --git a/sources b/sources
index 941d39c..de39784 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4572dd6eeeff85232ffe40f431e8a236 87b9015.zip
+6d069a7c82836301ac4cfa4eac1115cb 83b9657.zip
diff --git a/update_vbox.sh b/update_vbox.sh
index 1e7b6bd..d308da3 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,6 +1,6 @@
-VERSION=6.0.10
+VERSION=6.0.12
REL=1
-RAWHIDE=31
+RAWHIDE=32
if [ -z "$1" ]
then