commit ba3780658b49578cba5cd8019c00cfefd350456b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat May 4 06:45:12 2024 +0100
Update to 7.0.18
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 58e4f65..e1dbf69 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -39,7 +39,7 @@
#
https://bugzilla.rpmfusion.org/show_bug.cgi?id=6519
Name: VirtualBox-kmod
-Version: 7.0.16
+Version: 7.0.18
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -133,6 +133,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Sat May 04 2024 Sérgio Basto <sergio(a)serjux.com> - 7.0.18-1
+- Update to 7.0.18
+
* Wed Apr 17 2024 Sérgio Basto <sergio(a)serjux.com> - 7.0.16-1
- Update to 7.0.16
diff --git a/update_vbox.sh b/update_vbox.sh
index b910c05..704c9be 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=7.0.16
+VERSION=7.0.18
REL=1
RAWHIDE=41
REPOS="f40 f39 el9 el8"