commit 3c62f12507e16cc8d339a926c27be582894addc0
Author: René Genz <liebundartig(a)freenet.de>
Date: Mon Mar 5 23:11:29 2018 +0100
fix minor spelling mistakes
VBoxOGLRun.sh | 2 +-
VirtualBox.spec | 60 ++++++++++++++++++++++++++---------------------------
vboxservice.service | 2 +-
3 files changed, 32 insertions(+), 32 deletions(-)
---
diff --git a/VBoxOGLRun.sh b/VBoxOGLRun.sh
index aa34308..a76738d 100644
--- a/VBoxOGLRun.sh
+++ b/VBoxOGLRun.sh
@@ -3,7 +3,7 @@
if VBoxClient --check3d; then
export LD_LIBRARY_PATH=/usr/lib64/VBoxGuestAdditions:/usr/lib/VBoxGuestAdditions
else
- echo "Error 3D passthru not enabled in VM settings." 1>&2
+ echo "Error 3D pass-through not enabled in VM settings." 1>&2
exit 1
fi
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 115732e..4b816db 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -10,7 +10,7 @@
#global optflags %%(echo %%{optflags} | sed 's/-specs=.*cc1 //')
# In prerelease builds (such as betas), this package has the same
-# major version number, while the kernel module abi is not guarranteed
+# major version number, while the kernel module abi is not guaranteed
# to be stable. This is so that we force the module update in sync with
# userspace.
#global prerel 106108
@@ -215,15 +215,15 @@ Conflicts: %{name} <= %{version}-%{release}
%description guest-additions
-Important note: VirtualBox-guest-additions can't be installed on Host (master)
-system because contains X11 and OpenGL drives that will mess up with your X11
+Important note: VirtualBox-guest-additions can't be installed on a Host (master)
+system because it contains X11 and OpenGL drivers that will mess up your X11
configurations.
-This subpackage replace Oracle Linux Guest Addition but just for Fedora,
-therefore should be installed only when we have one Fedora as a guest system.
-Tools that use kernel modules for supporting integration with the Host,
-including file sharing, clipboard sharing, X.org X11 video and mouse driver,
-USB and webcam proxy and Seamless mode.
+This subpackage is like the VirtualBox Guest Additions but just for Fedora,
+therefore it should be installed only in a Fedora guest system.
+This subpackage provides tools that use kernel modules for supporting
+integration with the Host, including file sharing, clipboard sharing,
+X.org X11 video and mouse driver, USB and webcam proxy and Seamless mode.
To use OpenGL pass-through mode run apps using "VBoxOGLRun foo -opt1 -opt2".
@@ -300,7 +300,7 @@ umask 0022
sed -e 's/[^[:alnum:]]//g; s/FedoraProject//' | cut -c
-9)}%{?!vendor:custom}
# VirtualBox build system installs and builds in the same step,
-# not allways looking for the installed files to places they have
+# not always looking for the installed files in places they have
# really been installed to. Therefore we do not override any of
# the installation paths, but install the tree with the default
# layout under 'obj' and shuffle files around in %%install.
@@ -432,7 +432,7 @@ ln -s VBox %{buildroot}%{_bindir}/vboxwebsrv
%endif
ln -s ../..%{_libdir}/virtualbox/vbox-img %{buildroot}%{_bindir}/vbox-img
-# Components , preserve symlinks
+# Components, preserve symlinks
cp -a obj/bin/components/* %{buildroot}%{_libdir}/virtualbox/components/
# Language files
@@ -894,8 +894,8 @@ getent passwd vboxadd >/dev/null || \
- Review Scriptlets for starting vboxservice.service in guest-additions
https://fedoraproject.org/wiki/Starting_services_by_default
- Adjust vboxdrv.rules and move to 60-vboxdrv.rules as has upstream.
-- Remove Encoding key on .desktop files, Encoding key is deprectated.
-- Add a new luncher, VBoxBugReport and reorder lunchers as upstream spec
+- Remove Encoding key on .desktop files, Encoding key is deprecated.
+- Add a new launcher, VBoxBugReport and reorder launchers as upstream spec
- Move more files to sub-packages.
* Tue Sep 13 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.6-1
@@ -953,7 +953,7 @@ getent passwd vboxadd >/dev/null || \
- Update python packaging.
* Mon Apr 04 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.17-6.106108
-- More guest improvments and fixes
+- More guest improvements and fixes
* Fri Apr 01 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.17-5.106108
- Do not install vboxvideo_drv.so, instead vboxvideo.ko.
@@ -1003,10 +1003,10 @@
https://www.virtualbox.org/ticket/15205#comment:8
- Refactor no-bundles.patch and strings.patch
* Mon Oct 05 2015 Sérgio Basto <sergio(a)serjux.com> - 5.0.6-1
-- Update to VirtualBox-5.0.6 , without strings patch (need be rebased)
+- Update to VirtualBox-5.0.6, without strings patch (need be rebased)
* Wed Sep 30 2015 Sérgio Basto <sergio(a)serjux.com> - 5.0.4-2.4
-- enabled doc , vnc and webservices
+- enabled doc, vnc, and webservices
- Drop beramono patch
* Tue Sep 29 2015 Sérgio Basto <sergio(a)serjux.com> - 5.0.4-2
@@ -1021,7 +1021,7 @@
https://www.virtualbox.org/ticket/15205#comment:8
* Mon May 04 2015 Sérgio Basto <sergio(a)serjux.com> - 4.3.26-3
- Added diff_smap_4.patch from
https://www.virtualbox.org/ticket/13961 ,
- may fix problems for kernel >= 3.19 , I still need disable 3D to run plasma 5
+ may fix problems for kernel >= 3.19, I still need to disable 3D to run plasma 5
(
https://forums.virtualbox.org/viewtopic.php?f=6&t=64452&start=15#... )
* Mon May 04 2015 Sérgio Basto <sergio(a)serjux.com> - 4.3.26-2
@@ -1032,7 +1032,7 @@
https://www.virtualbox.org/ticket/15205#comment:8
- New upstream release .
* Fri Dec 26 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.20-3
-- Improved strings.patch asking to install kmods VirtualBox and also intructions for
devel versions.
+- Improved strings.patch asking to install kmods VirtualBox and also instructions for
devel versions.
- Improved description of VirtualBox-guest, alerting to not install on Host, one
conclusion on rfbz #3425 .
* Sun Dec 21 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.20-2
@@ -1059,7 +1059,7 @@
https://www.virtualbox.org/ticket/15205#comment:8
* Tue Jul 15 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.14-1
- New upstream release .
-- Unbunble kBuild, since KBuild from fedora is working again.
+- Unbundle kBuild, since KBuild from fedora is working again.
* Fri May 16 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.12-1
- New upstream release .
@@ -1147,7 +1147,7 @@ VirtualBox-4.3.0-no-bundles.patch, VirtualBox-4.3.0-testmangle.patch
and Virtual
- New upstream release.
- Drop 00-vboxvideo.conf on guest X configuration, because this is fixed a long time ago,
but we keep commented just in case.
- Drop upstreamed patch VirtualBox-4.2.8-Linux_3.9.0_rc0_compile_fix.patch .
-- Modified noupdate.patch as reflection on bug rfbz #2722 , to check updates one time a
week and ask for updates of extensions pack and VBoxGuestAdditions. We should also review
strings for better dialogs.
+- Modified noupdate.patch as reflection on bug rfbz #2722, to check updates one time a
week and ask for updates of extensions pack and VBoxGuestAdditions. We should also review
strings for better dialogs.
* Thu Mar 07 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.8-2
- Added upstreamed patch for kernels 3.9, "That fix will be part of the next
maintenance
@@ -1176,7 +1176,7 @@ VirtualBox-4.3.0-no-bundles.patch, VirtualBox-4.3.0-testmangle.patch
and Virtual
- VBoxGuestLib is not need for new X11-xorg, so no compile instead patch source to
build with system sources.
- Delete source bundles before patching sources and adjustments on the corresponding
patches.
-- VirtualBox-4.2.0-libcxx.patch minor imporvements.
+- VirtualBox-4.2.0-libcxx.patch minor improvements.
* Mon Dec 24 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.6-1
- New upstream release.
@@ -1195,9 +1195,9 @@ VirtualBox-4.3.0-no-bundles.patch, VirtualBox-4.3.0-testmangle.patch
and Virtual
* Sat Oct 27 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.4-1
- New upstream release.
- Drop patch VirtualBox-4.2.0-xorg17.patch and add VBOX_USE_SYSTEM_XORG_HEADERS=1.
Changeset r43588,
-https://www.virtualbox.org/changeset/43588/vbox , allow compile vboxvideo with system
headers, and
+https://www.virtualbox.org/changeset/43588/vbox, allow compile vboxvideo with system
headers, and
"As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not build
it".
-- enable-webservice on F17 and lower (stables) and disable-docs on F18 and rawhide,
can't buid it
+- enable-webservice on F17 and lower (stables) and disable-docs on F18 and rawhide,
can't build it
on F18 and rawhide, new libxslt and new pdflatex problems.
* Sun Sep 30 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-4
@@ -1218,7 +1218,7 @@ VirtualBox-4.2.0-xorg17.patch and split VBoxGuestLib part into
VirtualBox-4.2.0-
- Revert attempt to remove 32-bits patch.
* Thu Sep 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.7.RC4
-- Another try to compile with 32-bits suport on x86_64.
+- Another try to compile with 32-bits support on x86_64.
* Sun Sep 09 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.6.RC4
- Update to RC4.
@@ -1235,7 +1235,7 @@ VirtualBox-4.2.0-xorg17.patch and split VBoxGuestLib part into
VirtualBox-4.2.0-
- Fix ABI/API breakages in X11 1.13.
* Mon Sep 03 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.3.RC3
-- fix requires kmod, with version with prerealeses.
+- fix requires kmod, with version with prereleases.
* Mon Sep 03 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.2.RC3
- vim :retab, reformat all tabs.
@@ -1320,11 +1320,11 @@ cvs diff: VirtualBox-OSE-4.1.4-xorg17.patch was removed, no
comparison available
- mesa patch only for F17 or higher
* Fri Apr 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.12-3
-- F17 mesa patch, fix compile fakedri and unbundle part of mesa sources, unbunble mesa
source must be tested.
+- F17 mesa patch, fix compile fakedri and unbundle part of mesa sources, unbundle mesa
source must be tested.
* Fri Apr 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.12-2
- F15 patch gsoap 2.7 which pkg-config gsoapssl++ --libs don't have -lssl -lcrypto
-- F17 kBuild workarround, but still not build in F17,
+- F17 kBuild workaround, but still not build in F17,
https://bugs.freedesktop.org/show_bug.cgi?id=47971 .
* Tue Apr 3 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.12-1
@@ -1334,8 +1334,8 @@ cvs diff: VirtualBox-OSE-4.1.4-xorg17.patch was removed, no
comparison available
* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
- New release.
-- Upsteam says that java stuff is fiexd ,
https://www.virtualbox.org/ticket/9848#comment:5
-- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
+- Upstream says that java stuff is fixed,
https://www.virtualbox.org/ticket/9848#comment:5
+- Upstream says that have compile fixes for kernel 3.3-rc1 (in changelog).
- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in
vbox, kindly
fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You
should be able to
apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
@@ -1609,7 +1609,7 @@ cvs diff: VirtualBox-OSE-4.1.4-xorg17.patch was removed, no
comparison available
* Thu Sep 04 2008 Lubomir Rintel <lkundrak(a)v3.sk> - 1.6.4-3
- Do the previous change correctly
-- Replace occurencies of 'vboxdrv setup'
+- Replace occurrences of 'vboxdrv setup'
* Wed Sep 03 2008 Lubomir Rintel <lkundrak(a)v3.sk> - 1.6.4-2
- Move the VboxDD* libs to a less wrong place
@@ -1637,7 +1637,7 @@ cvs diff: VirtualBox-OSE-4.1.4-xorg17.patch was removed, no
comparison available
* Sun Feb 24 2008 Till Maas <opensource till name> - 1.5.6-1
- update to new version
- add BR: pulseaudio-libs-devel
-- remove uneeded recompiler patch
+- remove unneeded recompiler patch
- remove dkms subpackage (it is now a standalone package)
* Sat Feb 16 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.5.2-3
diff --git a/vboxservice.service b/vboxservice.service
index e5ca5ec..3eb3c0d 100644
--- a/vboxservice.service
+++ b/vboxservice.service
@@ -1,6 +1,6 @@
[Unit]
Description=VirtualBox guest services
-#RHEL7 says that Virtualization is kvm !?
+#RHEL7 says that Virtualization is kvm!?
ConditionVirtualization=|kvm
ConditionVirtualization=|oracle