commit 42c0014af6b5da1f29d328f5dea185b58b17b475
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Oct 17 23:08:40 2024 +0100
Update to 7.1.4
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 4bdc176..b21cb8d 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.1.2
+Version: 7.1.4
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -132,6 +132,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Thu Oct 17 2024 Sérgio Basto <sergio(a)serjux.com> - 7.1.4-1
+- Update to 7.1.4
+
* Fri Sep 27 2024 Sérgio Basto <sergio(a)serjux.com> - 7.1.2-1
- Update to 7.1.2
diff --git a/update_vbox.sh b/update_vbox.sh
index 135fe86..e886649 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=7.1.2
+VERSION=7.1.4
REL=1
RAWHIDE=42
REPOS="f41 f40 f39 el9"