I have made the following changes intended for :
  CE:Adaptation:x86-generic / virtualbox

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/6956

Thank You,
-

[This message was auto-generated]

---

Request # 6956:

Messages from BOSS:
     WARNING check_package_is_complete_sources (virtualbox) failed: No dsc file 
found
Extra source files: boss.conf, virtualbox.changes_suse. 

State: review at 2012-10-06T13:01:29 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:lbt:branches:CE:Adaptation:x86-generic / virtualbox -> 
CE:Adaptation:x86-generic / virtualbox
  
changes files:
--------------
--- virtualbox.changes
+++ virtualbox.changes
@@ -0,0 +1,4 @@
+* Sat Oct 06 2012  David Greaves <[email protected]> - 4.1.18
+- Move mount.vboxsf to /sbin so it's picked up by mount -t
+- Create vboxsf group in preparation for support of automount
+

spec files:
-----------
--- virtualbox.spec
+++ virtualbox.spec
@@ -245,7 +245,7 @@
 echo "create directory structure"
 #################################
 %__install -d -m 755 %{buildroot}%{_bindir}
-%__install -d -m 755 %{buildroot}%{_sbindir}
+%__install -d -m 755 %{buildroot}/sbin
 
 
####################################################################################
 echo "entering virtualbox-modules-guest and virtualbox-modules-host install 
section"
@@ -268,10 +268,12 @@
 ###########################################
 %__install -m 755 out/linux.*/release/bin/additions/VBoxControl  
%{buildroot}%{_bindir}/VBoxControl
 %__install -m 755 out/linux.*/release/bin/additions/VBoxService  
%{buildroot}%{_bindir}/VBoxService
-%__install -m 755 out/linux.*/release/bin/additions/mount.vboxsf 
%{buildroot}%{_sbindir}/mount.vboxsf
+%__install -m 755 out/linux.*/release/bin/additions/mount.vboxsf 
%{buildroot}/sbin/mount.vboxsf
 
 %post guest-modules
 /sbin/depmod -a
+# Create a group for accessing automounted vbox sf folders
+groupadd -r vboxsf || true
 
 %clean
 [ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
@@ -282,7 +284,7 @@
 %defattr(-, root, root)
 %{_bindir}/VBoxControl
 %{_bindir}/VBoxService
-%{_sbindir}/mount.vboxsf
+/sbin/mount.vboxsf
 
 %files guest-modules
 %defattr(-, root, root)

other changes:
--------------



Reply via email to