packages: VirtualBox/VirtualBox.spec - --without userspace --with kernel fa...
adamg
adamg at pld-linux.org
Tue Nov 17 23:44:01 CET 2009
Author: adamg Date: Tue Nov 17 22:44:01 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- --without userspace --with kernel fails due to missing mount.vboxsf,
move it from kernel subpackage to main package
---- Files affected:
packages/VirtualBox:
VirtualBox.spec (1.237 -> 1.238)
---- Diffs:
================================================================
Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.237 packages/VirtualBox/VirtualBox.spec:1.238
--- packages/VirtualBox/VirtualBox.spec:1.237 Tue Nov 17 23:28:24 2009
+++ packages/VirtualBox/VirtualBox.spec Tue Nov 17 23:43:55 2009
@@ -529,6 +529,7 @@
%dir %{_libdir}/VirtualBox/additions
%dir %{_libdir}/VirtualBox/components
%dir %{_libdir}/VirtualBox/nls
+%attr(755,root,root) %{_sbindir}/mount.vboxsf
%attr(755,root,root) %{_bindir}/VBoxBFE
%attr(755,root,root) %{_bindir}/VBoxHeadless
%attr(755,root,root) %{_bindir}/VBoxManage
@@ -650,7 +651,6 @@
%files -n kernel%{_alt_kernel}-misc-vboxvfs
%defattr(644,root,root,755)
%attr(754,root,root) /etc/rc.d/init.d/vboxvfs
-%attr(755,root,root) %{_sbindir}/mount.vboxsf
/etc/modprobe.d/vboxvfs.conf
/lib/modules/%{_kernel_ver}/misc/vboxvfs.ko*
@@ -665,6 +665,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.238 2009/11/17 22:43:55 adamg
+- --without userspace --with kernel fails due to missing mount.vboxsf,
+ move it from kernel subpackage to main package
+
Revision 1.237 2009/11/17 22:28:24 adamg
- force_userspace bcond
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/VirtualBox/VirtualBox.spec?r1=1.237&r2=1.238&f=u
More information about the pld-cvs-commit
mailing list