commit 9bf44682ca2060058879a625f56bc958b60366c9
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 20 17:00:16 2021 +0100
Update to 6.1.28
VirtualBox-kmod.spec | 14 +-
fixes-for-5.15_fedora.patch | 85 -----------
fixes-for-EL8.5.patch | 358 --------------------------------------------
update_vbox.sh | 8 +-
4 files changed, 11 insertions(+), 454 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 6b33130..bcbb301 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -27,12 +27,12 @@
#global prerel RC1
%global prereltag %{?prerel:_%(awk 'BEGIN {print
toupper("%{prerel}")}')}
-%global vboxrel 2
+%global vboxrel 1
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.26
-Release: 3%{?dist}
+Version: 6.1.28
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -40,8 +40,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: fixes-for-5.15_fedora.patch
-Patch2: fixes-for-EL8.5.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc >=
%{version}%{vboxreltag} xz time elfutils-libelf-devel gcc
@@ -63,8 +61,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
+#patch1 -p1
popd
# error out if there was something wrong with kmodtool
@@ -128,6 +125,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed Oct 20 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.28-1
+- Update to 6.1.28
+
* Tue Oct 12 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.26-3
- Add fixes for EL8.5 or Centos Stream kernels
diff --git a/update_vbox.sh b/update_vbox.sh
index 14df09e..11966d1 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.26
-REL=2
-RAWHIDE=35
-REPOS="f34 f33 f32 el8 el7"
+VERSION=6.1.28
+REL=1
+RAWHIDE=36
+REPOS="f35 f34 f33 el8 el7"
if [ -z "$1" ]
then