commit 511371c0e3e055ffc639176de95bed42a6ee0ae5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 7 01:02:35 2020 +0100
Update to 6.1.14
VirtualBox-kmod.spec | 7 +++++--
update_vbox.sh | 6 +++---
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index b5ee16b..b46a07e 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.12
-Release: 2%{?dist}
+Version: 6.1.14
+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 Sep 07 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.14-1
+- Update to 6.1.14
+
* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
6.1.12-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/update_vbox.sh b/update_vbox.sh
index 1504442..6ad30df 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.12
+VERSION=6.1.14
REL=1
-RAWHIDE=33
-REPOS="f32 f31 el8 el7"
+RAWHIDE=34
+REPOS="f33 f32 f31 el8 el7"
if [ -z "$1" ]
then