commit aadf0565d2b0f628995584be9230ea9dcc8ecf3a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 21 22:41:20 2020 +0100
Update to 6.1.16
VirtualBox-kmod.spec | 5 ++++-
update_vbox.sh | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index b46a07e..cf95719 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -36,7 +36,7 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 6.1.14
+Version: 6.1.16
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -131,6 +131,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed Oct 21 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.16-1
+- Update to 6.1.16
+
* Mon Sep 07 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.14-1
- Update to 6.1.14
diff --git a/update_vbox.sh b/update_vbox.sh
index 6ad30df..c377df9 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.14
+VERSION=6.1.16
REL=1
RAWHIDE=34
REPOS="f33 f32 f31 el8 el7"