commit 324c537fffc39ff795ef477aec37e8c3ba098f26
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 18 20:56:38 2022 +0000
Update to 6.1.32
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 5630bd4..d69c867 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -31,7 +31,7 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.30
+Version: 6.1.32
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -125,6 +125,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Tue Jan 18 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.32-1
+- Update to 6.1.32
+
* Mon Nov 22 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.30-1
- Update to 6.1.30
diff --git a/update_vbox.sh b/update_vbox.sh
index 1524c71..17756b5 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.30
+VERSION=6.1.32
REL=1
RAWHIDE=36
REPOS="f35 f34 el8 el7"