Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virtualbox for openSUSE:Factory checked in at 2023-02-04 14:11:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtualbox (Old) and /work/SRC/openSUSE:Factory/.virtualbox.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtualbox" Sat Feb 4 14:11:03 2023 rev:250 rq:1062967 version:7.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes 2023-01-25 18:01:06.265833686 +0100 +++ /work/SRC/openSUSE:Factory/.virtualbox.new.4462/virtualbox.changes 2023-02-04 14:32:55.099618132 +0100 @@ -1,0 +2,7 @@ +Wed Feb 1 21:46:49 UTC 2023 - Larry Finger <larry.fin...@gmail.com> + +- Fix a few places that did not get updated for the transition from + /sbin => /usr/sbin, and /etc/udev => /usr/lib/udev. boo#1207736. + ldconfig has not been moved in Leap 15.4 - use /sbin for it. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox.spec ++++++ --- /var/tmp/diff_new_pack.gNKwrm/_old 2023-02-04 14:32:56.043624095 +0100 +++ /var/tmp/diff_new_pack.gNKwrm/_new 2023-02-04 14:32:56.047624120 +0100 @@ -57,6 +57,7 @@ # FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" # FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" License: GPL-2.0-or-later +# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" Group: %{package_group} URL: https://www.virtualbox.org/ # @@ -297,28 +298,6 @@ - - - - - - - - - - - - - - - - - - - - - - ########################################## %package qt @@ -339,28 +318,6 @@ - - - - - - - - - - - - - - - - - - - - - - ######################################### %package websrv @@ -376,29 +333,6 @@ - - - - - - - - - - - - - - - - - - - - - - - ########################################### %package guest-tools Summary: VirtualBox guest tools @@ -422,28 +356,6 @@ - - - - - - - - - - - - - - - - - - - - - - ########################################### %package -n python3-%{name} @@ -465,28 +377,6 @@ - - - - - - - - - - - - - - - - - - - - - - ########################################### %package devel @@ -503,28 +393,6 @@ - - - - - - - - - - - - - - - - - - - - - - ########################################### %package host-source @@ -558,28 +426,6 @@ - - - - - - - - - - - - - - - - - - - - - - ########################################### %package guest-desktop-icons @@ -594,28 +440,6 @@ - - - - - - - - - - - - - - - - - - - - - - ########################################### %package vnc ++++++ fix_usb_rules.sh ++++++ --- /var/tmp/diff_new_pack.gNKwrm/_old 2023-02-04 14:32:56.167624878 +0100 +++ /var/tmp/diff_new_pack.gNKwrm/_new 2023-02-04 14:32:56.171624903 +0100 @@ -1,8 +1,8 @@ #!/bin/bash # script to disable USB passthru in /etc/udev/rules.d/60-vboxdrv.rules # if already disabled, clear the comment character -sed -i 's/#SUBSYSTEM==\"usb/SUBSYSTEM==\"usb/' /etc/udev/rules.d/60-vboxdrv.rules +sed -i 's/#SUBSYSTEM==\"usb/SUBSYSTEM==\"usb/' /usr/lib/udev/rules.d/60-vboxdrv.rules # now comment the usb lines -sed -i 's/SUBSYSTEM==\"usb/#SUBSYSTEM==\"usb/' /etc/udev/rules.d/60-vboxdrv.rules +sed -i 's/SUBSYSTEM==\"usb/#SUBSYSTEM==\"usb/' /usr/lib/udev/rules.d/60-vboxdrv.rules ++++++ security_fixes.patch ++++++ --- /var/tmp/diff_new_pack.gNKwrm/_old 2023-02-04 14:32:56.211625156 +0100 +++ /var/tmp/diff_new_pack.gNKwrm/_new 2023-02-04 14:32:56.215625181 +0100 @@ -9,7 +9,7 @@ =================================================================== --- VirtualBox-7.0.6.orig/src/VBox/Additions/linux/installer/vboxadd.sh +++ VirtualBox-7.0.6/src/VBox/Additions/linux/installer/vboxadd.sh -@@ -869,9 +869,11 @@ dmnstatus() +@@ -890,9 +890,11 @@ dmnstatus() fi } @@ -28,7 +28,7 @@ =================================================================== --- VirtualBox-7.0.6.orig/src/VBox/Installer/linux/vboxdrv.sh +++ VirtualBox-7.0.6/src/VBox/Installer/linux/vboxdrv.sh -@@ -48,6 +48,9 @@ DEVICE=/dev/vboxdrv +@@ -47,6 +47,9 @@ DEVICE=/dev/vboxdrv MODPROBE=/sbin/modprobe SCRIPTNAME=vboxdrv.sh ++++++ virtualbox-wrapper.sh ++++++ --- /var/tmp/diff_new_pack.gNKwrm/_old 2023-02-04 14:32:56.515627076 +0100 +++ /var/tmp/diff_new_pack.gNKwrm/_new 2023-02-04 14:32:56.519627101 +0100 @@ -49,10 +49,10 @@ echo $INODE > ~/.config/VirtualBox/disable if [ "$LINE" != "$INODE" ] ; then if [ -f /usr/bin/kdesu ] ; then - kdesu /sbin/vbox-fix-usb-rules.sh + kdesu /usr/sbin/vbox-fix-usb-rules.sh fi if [ -f /usr/bin/gnomesu ] ; then - gnomesu /sbin/vbox-fix-usb-rules.sh + gnomesu /usr/sbin/vbox-fix-usb-rules.sh fi fi fi