commit c20e3753164d6f5e308d88aaeb0e53e2c7ac5876
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jul 25 23:18:09 2022 +0100
Drop cs9.patch to fix the build
VirtualBox-kmod.spec | 3 +--
cs9.patch | 60 ----------------------------------------------------
2 files changed, 1 insertion(+), 62 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 9fea72f..570f57a 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -44,7 +44,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: cs9.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc >=
%{version}%{vboxreltag} xz time elfutils-libelf-devel gcc
@@ -66,7 +65,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
+#patch1 -p1
popd
# error out if there was something wrong with kmodtool