commit 80870182a6793ab725ae349d29b37511777610ec
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jun 8 01:50:21 2020 +0100
Update to 6.1.10
VirtualBox-kmod.spec | 7 +++++--
update_vbox.sh | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index d549d09..30da21f 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -36,8 +36,8 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 6.1.8
-Release: 2%{?dist}
+Version: 6.1.10
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -131,6 +131,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Mon Jun 08 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.10-1
+- Update to 6.1.10
+
* Wed May 27 2020 Sérgio Basto <sergio(a)serjux.com>
- Remove kernel-5.patch
diff --git a/update_vbox.sh b/update_vbox.sh
index a5143ed..5cf1ad2 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.8
+VERSION=6.1.10
REL=1
RAWHIDE=33
-REPOS="32 31 30"
+REPOS="32 31"
if [ -z "$1" ]
then