commit ee9e80f329c54866379eccab75a4a50f23318733
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 16 03:08:10 2024 +0100
Update to 7.1.0
VirtualBox-kmod.spec | 10 +++--
fix_7.0.6_locking_problems.patch | 96 ----------------------------------------
update_vbox.sh | 2 +-
3 files changed, 7 insertions(+), 101 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 763295b..159339e 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.20
-Release: 2%{?dist}
+Version: 7.1.0
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -48,7 +48,6 @@ License: GPLv2 or CDDL
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
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc = %{version} xz time
elfutils-libelf-devel gcc
@@ -70,7 +69,7 @@ Kernel module for VirtualBox
%setup -T -c
tar --use-compress-program xz -xf
%{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
pushd %{name}-%{version}
-%patch -P1 -p1
+#patch -P1 -p1
popd
# error out if there was something wrong with kmodtool
@@ -133,6 +132,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Mon Sep 16 2024 Sérgio Basto <sergio(a)serjux.com> - 7.1.0-1
+- Update to 7.1.0
+
* Thu Aug 01 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
7.0.20-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
diff --git a/update_vbox.sh b/update_vbox.sh
index dea1a25..1438985 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=7.0.20
+VERSION=7.1.0
REL=1
RAWHIDE=41
REPOS="f40 f39 el9 el8"