commit b4086fc7c0e7b669a5b88eb82c3b0959736f2a8d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Mar 22 02:18:25 2019 +0000
minor changes
VirtualBox.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index d08390f..855e468 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -264,6 +264,8 @@ cp -a %{SOURCE20} %{SOURCE21} src/VBox/Frontends/VirtualBox/images/
# Remove prebuilt binary tools
find -name '*.py[co]' -delete
+rm -r src/VBox/Additions/WINNT
+rm -r src/VBox/Additions/os2
rm -r kBuild/
rm -r tools/
# Remove bundle X11 sources and some lib sources, before patching.
@@ -822,7 +824,7 @@ getent passwd vboxadd >/dev/null || \
* Mon Jan 07 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.0-2
- Enable Python3 support, move all SDK python files to devel sub-package, they
- may be used by python2 and 3.
+ may be used by python2 and python 3.
- Add patch VBoxVNC.fix.patch from Debian
- Issue with EXTPACK_VBOXDTRACE was fix some time ago.
Show replies by date