commit 328aaf44a75432559b70752d71f6930cc893e165
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jul 19 16:19:03 2023 +0100
Update to 7.0.10
VirtualBox-kmod.spec | 9 +++++----
fixes_for_cs8.8.patch | 36 ------------------------------------
update_vbox.sh | 8 ++++----
3 files changed, 9 insertions(+), 44 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 5d32633..0e3a852 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.8
+Version: 7.0.10
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -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: fixes_for_cs8.8.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc = %{version} xz time
elfutils-libelf-devel gcc
@@ -71,8 +70,7 @@ Kernel module for VirtualBox
%setup -T -c
tar --use-compress-program xz -xf
%{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
pushd %{name}-%{version}
-%patch1 -p1
-%patch2 -p1
+%patch -P 1 -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 Jul 19 2023 Sérgio Basto <sergio(a)serjux.com> - 7.0.10-1
+- Update to 7.0.10
+
* Tue Apr 18 2023 Sérgio Basto <sergio(a)serjux.com> - 7.0.8-1
- Update to 7.0.8
diff --git a/update_vbox.sh b/update_vbox.sh
index 53c9653..04b1bb7 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=7.0.8
+VERSION=7.0.10
REL=1
RAWHIDE=39
-REPOS="f38 f37 f36 el9 el8"
+REPOS="f38 f37 el9 el8"
if [ -z "$1" ]
then
@@ -39,10 +39,10 @@ BRANCH2=fc$RAWHIDE
echo Press enter tag-build rawhide to continue or n to skip; read dummy;
if [[ "$dummy" != "n" ]]; then
echo koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
-git checkout rawhide && rfpkg push
+git checkout master && rfpkg push
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
&& \
-git checkout rawhide && rfpkg build --nowait ) &
+git checkout master && rfpkg build --nowait ) &
fi
fi