commit c219c79d8a9d5998ab9da0b24155bc3c91622111
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 2 00:40:20 2022 +0100
Update to 6.1.38
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 29815f8..ce5f28c 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -35,8 +35,8 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.36
-Release: 2%{?dist}
+Version: 6.1.38
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -133,6 +133,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Thu Sep 01 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.38-1
+- Update to 6.1.38
+
* Sat Aug 06 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
6.1.36-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/update_vbox.sh b/update_vbox.sh
index 2538b50..75204b3 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.36
+VERSION=6.1.38
REL=1
-RAWHIDE=37
-REPOS="f36 f35 el9 el8 el7"
+RAWHIDE=38
+REPOS="f37 f36 f35 el9 el8 el7"
if [ -z "$1" ]
then