commit 9155afa809cf2a6c779ad2ee5bb8bcd5034eafb4
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Apr 17 01:15:00 2024 +0100
Update to 7.0.16
VirtualBox-kmod.spec | 9 +++++----
update_vbox.sh | 6 +++---
2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index f7f4bff..58e4f65 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -39,8 +39,8 @@
#
https://bugzilla.rpmfusion.org/show_bug.cgi?id=6519
Name: VirtualBox-kmod
-Version: 7.0.14
-Release: 4%{?dist}
+Version: 7.0.16
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -49,7 +49,6 @@ URL:
http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: excludekernel-filter.txt
Patch1: fix_7.0.6_locking_problems.patch
-Patch2: kernel-6.8.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc = %{version} xz time
elfutils-libelf-devel gcc
@@ -72,7 +71,6 @@ Kernel module for VirtualBox
tar --use-compress-program xz -xf
%{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
pushd %{name}-%{version}
%patch -P 1 -p1
-%patch -P 2 -p1
popd
# error out if there was something wrong with kmodtool
@@ -135,6 +133,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Wed Apr 17 2024 Sérgio Basto <sergio(a)serjux.com> - 7.0.16-1
+- Update to 7.0.16
+
* Sat Mar 16 2024 Sérgio Basto <sergio(a)serjux.com> - 7.0.14-4
- Fix build with Linux 6.8 (patch from openSUSE:Factory/virtualbox)
diff --git a/update_vbox.sh b/update_vbox.sh
index c0b080b..b910c05 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=7.0.14
+VERSION=7.0.16
REL=1
-RAWHIDE=40
-REPOS="f39 f38 el9 el8"
+RAWHIDE=41
+REPOS="f40 f39 el9 el8"
if [ -z "$1" ]
then