commit 07ca402dc9b1646bc18363d450fec416a4a76bae
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Apr 30 11:15:47 2021 +0100
Update to 6.1.22
VirtualBox-kmod.spec | 5 ++++-
update_vbox.sh | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 9fe3940..f9f93a2 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -31,7 +31,7 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.20
+Version: 6.1.22
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -125,6 +125,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Fri Apr 30 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.22-1
+- Update to 6.1.22
+
* Thu Apr 22 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.20-1
- Update to 6.1.20
diff --git a/update_vbox.sh b/update_vbox.sh
index 64ada1a..2f2d7b2 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,5 @@
-VERSION=6.1.20
-REL=2
+VERSION=6.1.22
+REL=1
RAWHIDE=35
REPOS="f34 f33 f32 el8 el7"