commit 8aabb667c4d3bfed26e98ae6935e6556cd9eda87
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun May 21 16:43:31 2023 +0100
(#6660) Fix the documentation, the vboxpci module is not shipped since VirtualBox
6.1.0
VirtualBox-6.1.0-strings.patch | 13 ++++++++-----
VirtualBox.spec | 5 ++++-
2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/VirtualBox-6.1.0-strings.patch b/VirtualBox-6.1.0-strings.patch
index 2e44b14..1a11929 100644
--- a/VirtualBox-6.1.0-strings.patch
+++ b/VirtualBox-6.1.0-strings.patch
@@ -1,6 +1,6 @@
--- ./src/VBox/Frontends/VirtualBox/src/main.cpp.orig 2019-12-19 22:58:49.615873442
+0000
+++ ./src/VBox/Frontends/VirtualBox/src/main.cpp 2019-12-19 23:03:23.696288683 +0000
-@@ -86,10 +86,12 @@ QString g_QStrHintLinuxNoMemory = QAppli
+@@ -97,12 +97,14 @@ QString g_QStrHintLinuxNoMemory = QAppli
);
QString g_QStrHintLinuxNoDriver = QApplication::tr(
@@ -15,9 +15,12 @@
+ "kernel driver, doing as root:"
+ " <font color=blue>akmods; systemctl restart
vboxdrv.service</font><br/><br/>"
"If your system has EFI Secure Boot enabled you may also need to sign "
- "the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before "
+- "the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before "
++ "the kernel modules (vboxdrv, vboxnetflt, vboxnetadp) before "
"you can load them. Please see your Linux system's documentation for
"
-@@ -99,26 +101,29 @@ QString g_QStrHintLinuxNoDriver = QAppli
+ "more information."
+ );
+@@ -110,26 +112,29 @@ QString g_QStrHintLinuxNoDriver = QAppli
QString g_QStrHintOtherWrongDriverVersion = QApplication::tr(
"The VirtualBox kernel modules do not match this version of "
"VirtualBox. The installation of VirtualBox was apparently not "
@@ -25,7 +28,7 @@
- "VirtualBox."
- );
+ "successful. Executing<br/><br/>"
-+ " <font color=blue>rmmod vboxnetadp vboxnetflt vboxpci vboxdrv;
systemctl restart vboxdrv.service</font> as root<br/><br/>"
++ " <font color=blue>rmmod vboxnetadp vboxnetflt vboxdrv; systemctl
restart vboxdrv.service</font> as root<br/><br/>"
+ "may correct this. Make sure that you do not mix the "
+ "RPMFusion version and the Oracle version of VirtualBox."
+
@@ -38,7 +41,7 @@
- " <font
color=blue>'/sbin/vboxconfig'</font><br/><br/>"
- "may correct this. Make sure that you are not mixing builds "
- "of VirtualBox from different sources."
-+ " <font color=blue>rmmod vboxnetadp vboxnetflt vboxpci vboxdrv;
systemctl restart vboxdrv.service</font> as root<br/><br/>"
++ " <font color=blue>rmmod vboxnetadp vboxnetflt vboxdrv; systemctl
restart vboxdrv.service</font> as root<br/><br/>"
+ "may correct this. Make sure that you do not mix the "
+ "RPMFusion version and the Oracle version of VirtualBox."
);
diff --git a/VirtualBox.spec b/VirtualBox.spec
index f26e63a..9544a22 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -46,7 +46,7 @@
Name: VirtualBox
Version: 7.0.8
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -900,6 +900,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sun May 21 2023 Sérgio Basto <sergio(a)serjux.com> - 7.0.8-3
+- (#6660) Fix the documentation, the vboxpci module is not shipped since VirtualBox
6.1.0
+
* Wed Apr 19 2023 Sérgio Basto <sergio(a)serjux.com> - 7.0.8-2
- sync with virtualbox-guest-additions.spec
- Replaces with sed -i "s/VBOX_ZLIB_STATIC/VBoxZlibStatic/;
s/VBOX_ZLIB-x86/VBoxZlib-x86/; s/VBOX_ZLIB/VBoxZlib/; s/VBOX_LIBXML2/VBoxLibXml2/;
s/VBOX_VPX/VBoxLibVpx/;s/VBOX_LZF/VBoxLzf/;s/VBOX_LIBPNG/VBoxLibPng/;
s/VBOX_LIBCURL/VBoxLibCurl/;s/VBOX_DXVK/VBoxDxVk/;s/VBOX_OGG/VBoxLibOgg/;s/VBOX_VORBIS/VBoxLibVorbis/;
s/VBOX_TPMS/VBoxLibTpms/" VirtualBox.spec
Show replies by date