Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virtualbox for openSUSE:Factory checked in at 2022-01-03 10:49:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtualbox (Old) and /work/SRC/openSUSE:Factory/.virtualbox.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtualbox" Mon Jan 3 10:49:01 2022 rev:230 rq:943256 version:6.1.30 Changes: -------- --- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes 2021-12-16 21:19:34.946527408 +0100 +++ /work/SRC/openSUSE:Factory/.virtualbox.new.1896/virtualbox.changes 2022-01-03 10:49:11.511575219 +0100 @@ -1,0 +2,7 @@ +Thu Dec 30 17:53:07 UTC 2021 - Larry Finger <larry.fin...@gmail.com> + +- Tumbleweed no longer assigns the group "users" to a user, which breaks TW guests under VirtualBox. + This is fixed by adding 'TAG+="uaccess"' to the udev rule that creates /dev/vboxuser. Thanks to Andrei Borzenkov + for help with this problem. This fixes boo#1194065. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox.spec ++++++ --- /var/tmp/diff_new_pack.kWdGVW/_old 2022-01-03 10:49:13.255575887 +0100 +++ /var/tmp/diff_new_pack.kWdGVW/_new 2022-01-03 10:49:13.259575888 +0100 @@ -302,11 +302,6 @@ hardware. VirtualBox is freely available as Open Source Software under the terms of the GNU Public License (GPL). - - - - - ########################################## %package qt @@ -325,11 +320,6 @@ %description qt This package contains the code for the GUI used to control VMs. - - - - - ######################################### %package websrv @@ -342,11 +332,6 @@ %description websrv The VirtualBox web server is used to control headless VMs using a browser. - - - - - ######################################### %package guest-x11 @@ -361,11 +346,6 @@ %description guest-x11 This package contains X11 guest utilities and X11 guest mouse and video drivers - - - - - ########################################### %package guest-tools @@ -385,11 +365,6 @@ %description guest-tools VirtualBox guest addition tools. - - - - - ########################################### %package -n python3-%{name} @@ -409,11 +384,6 @@ %description -n python3-%{name} Python XPCOM bindings to %{name}. Used e.g. by vboxgtk package. - - - - - ########################################### %package devel @@ -428,11 +398,6 @@ %description devel Development file for %{name} - - - - - ########################################### %package host-source @@ -464,11 +429,6 @@ These can be built for custom kernels using sudo %{_sbindir}/vboxguestconfig - - - - - ########################################### %package guest-desktop-icons @@ -481,11 +441,6 @@ %description guest-desktop-icons This package contains icons for guest desktop files that were created on the desktop. - - - - - ########################################### %package vnc ++++++ virtualbox-60-vboxguest.rules ++++++ --- /var/tmp/diff_new_pack.kWdGVW/_old 2022-01-03 10:49:13.619576026 +0100 +++ /var/tmp/diff_new_pack.kWdGVW/_new 2022-01-03 10:49:13.623576028 +0100 @@ -1,3 +1,3 @@ KERNEL=="vboxguest", NAME="vboxguest", OWNER="root", MODE="0660" ENV{ID_INPUT}="1", ENV{ID_INPUT_MOUSE}="1" -KERNEL=="vboxuser", NAME="vboxuser", OWNER="root", GROUP="users", MODE="0660" +KERNEL=="vboxuser", NAME="vboxuser", OWNER="root", MODE="0660", TAG+="uaccess"