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/7899 Thank You, - [This message was auto-generated] --- Request # 7899: 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:55:10 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 required 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 kernel we require +depmod -a %{kernel_version} # Create a group for accessing automounted vbox sf folders groupadd -r vboxsf || true other changes: --------------
