Wednesday, 20 May
2020
Wed, 20 May
'20
3:21 a.m.
commit 2acb40a082a25dd1c646cb65a501a252cc64f07e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 20 04:21:31 2020 +0100
vboxsf need symbols of vboxguest on building modules, stage 2.
VirtualBox-kmod.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index ee7623d..f375b01 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -37,7 +37,7 @@
Name: VirtualBox-kmod
Version: 6.1.8
-Release: 1%{?dist}
+Release: 2%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -96,6 +96,8 @@ for kernel_version in %{?kernel_versions}; do
done
%if %{with vboxguest}
export
KBUILD_EXTRA_SYMBOLS=${PWD}/kmod_build_${kernel_version%%___*}/vboxguest/Module.symvers
+ # copy vboxguest (for guest) module symbols which are used by vboxsf km on
building modules, stage 2.
+ cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxsf}
make %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C
"${kernel_version##*___}"
M="${PWD}/_kmod_build_${kernel_version%%___*}/vboxsf" modules
%endif
for module in vbox{netadp,netflt}; do
@@ -133,6 +135,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed May 20 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.8-2
+- vboxsf need symbols of vboxguest on building modules, stage 2.
+
* Sat May 16 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.8-1
- Update to 6.1.8
Show replies by date