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/7898

Thank You,
-

[This message was auto-generated]

---

Request # 7898:

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 2013-02-14T15:22:37 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,3 @@
+* Thu Feb 14 2013 David Greaves <[email protected]> - 4.2.4
+- Do depmod -a for currently installed kernel
+

spec files:
-----------
--- virtualbox.spec
+++ virtualbox.spec
@@ -290,7 +290,8 @@
 %__install -m 755 out/linux.*/release/bin/additions/mount.vboxsf 
%{buildroot}/sbin/mount.vboxsf
 
 %post guest-modules
-/sbin/depmod -a
+# depmod for installed kernel
+for v in $(ls /lib/modules/);do depmod -a $v; done
 # Create a group for accessing automounted vbox sf folders
 groupadd -r vboxsf || true
 

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



Reply via email to