
Hello community, here is the log from the commit of package virtualbox-ose checked in at Sat Nov 29 11:51:11 CET 2008. -------- --- virtualbox-ose/virtualbox-ose.changes 2008-11-25 14:18:43.000000000 +0100 +++ /mounts/work_src_done/STABLE/virtualbox-ose/virtualbox-ose.changes 2008-11-28 17:18:25.000000000 +0100 @@ -8,0 +9,36 @@ +Mon Nov 24 22:32:13 CET 2008 - dmueller@suse.de + +- 2.0.6 update (bnc#448240): + * VMM: fixed Guru meditation when running 64 bits Windows guests (bug #2220) + * VMM: fixed Solaris 10U6 boot hangs (VT-x and AMD-V) bug #2565) + * VMM: fixed Solaris 10U6 reboot hangs (AMD-V only; bug #2565) + * GUI: the host key was sometimes not properly displayed (Windows hosts only, bug #1996) + * GUI: the keyboard focus was lost after minimizing and restoring the VM window via the Windows taskbar (bugs #784) + * VBoxManage: properly show SATA disks when showing the VM information (bug #2624) + * SATA: fixed access if the buffer size is not sector-aligned (bug #2024) + * SATA: improved performance + * SATA: fixed snapshot function with ports>1 (bug #2510) + * E1000: fixed crash under rare circumstances + * USB: fixed support for iPhone and Nokia devices (Linux host: bugs #470 & #491) + * Linux/Solaris/Darwin hosts: verify permissions in /tmp/vbox-$USER-ipc + * Linux hosts: fixed assertion on high network load (AMD64 hosts, fix for Linux distributions with glibc 2.6 and newer (bug #616) + * Linux hosts: don’t crash during shutdown with serial ports connected to a host device + * Solaris hosts: fixed incompatibility between IPSEC and host interface networking + * Solaris hosts: fixed a rare race condition while powering off VMs with host interface networking + * Solaris hosts: fixed VBoxSDL on Solaris 10 by shipping the required SDL library (bug #2475) + * Linux additions: fixed compilation of vboxvfs.ko for 64-bit guests (bug #2550) + * SDK: added JAX-WS port caching to speedup connections + +------------------------------------------------------------------- +Wed Nov 12 17:02:10 CET 2008 - dmueller@suse.de + +- create vboxusers group in %pre +- tighten restrictions and make factory build again + +------------------------------------------------------------------- +Fri Nov 7 13:33:34 CET 2008 - dmueller@suse.de + +- install usable permission files for the buildservice +- fix preamble again + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- VirtualBox-2.0.4-OSE-patched.tar.bz2 New: ---- VirtualBox-2.0.6-OSE-patched.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox-ose.spec ++++++ --- /var/tmp/diff_new_pack.J16190/_old 2008-11-29 11:48:49.000000000 +0100 +++ /var/tmp/diff_new_pack.J16190/_new 2008-11-29 11:48:49.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package virtualbox-ose (Version 2.0.4) +# spec file for package virtualbox-ose (Version 2.0.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,7 +21,12 @@ Name: virtualbox-ose %define kernel_version %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' kernel-source`) %define _vbox_instdir %{_exec_prefix}/lib/virtualbox +# installing a default permissions file in openSUSE.* is restricted by sec team +%if "x%{?_repository}" != "x" && "x%{?_repository}" != "xstandard" +%define do_permissions 1 +%else %define do_permissions 0 +%endif %if %suse_version <= 1020 BuildRequires: Xalan-c Xalan-c-devel Xerces-c Xerces-c-devel %else @@ -64,8 +69,8 @@ %endif # ExclusiveArch: %ix86 x86_64 -Version: 2.0.4 -Release: 5 +Version: 2.0.6 +Release: 1 Summary: VirtualBox OSE is an Emulator License: GPL v2 or later Group: System/Emulators/PC @@ -202,6 +207,9 @@ %__cp %{SOURCE7} . %build +%if 0%{?opensuse_bs} +echo 'addFilter("permissions-unauthorized-file .* /etc/permissions.d/virtualbox-ose")' > $RPM_SOURCE_DIR/vbox-ose-rpmlintrc +%endif # this fixes a XEN-issue on %%suse_version >= 1020 (some headers won't # work which is due to some ifdef CONFIG_XEN stuff (see apicdef.h for # instance) @@ -411,9 +419,11 @@ %__rm $RPM_BUILD_ROOT/%{_datadir}/sax/api/data/cdb/Cards.xorg-x11-driver-virtualbox-ose %__rm $RPM_BUILD_ROOT/%{_datadir}/sax/sysp/maps/update/Identity.map.xorg-x11-driver-virtualbox-ose -%post +%pre echo "creating group vboxusers..." groupadd -r vboxusers 2>/dev/null || : + +%post /sbin/ldconfig %fillup_and_insserv -f -y vboxdrv vboxnet %run_permissions @@ -542,6 +552,33 @@ - fix permissions handling (bnc#429725) - fix permissions of /dev/vboxdrv (bnc#429725) - don't use %%_libdir for binaries +* Mon Nov 24 2008 dmueller@suse.de +- 2.0.6 update (bnc#448240): + * VMM: fixed Guru meditation when running 64 bits Windows guests (bug #2220) + * VMM: fixed Solaris 10U6 boot hangs (VT-x and AMD-V) bug #2565) + * VMM: fixed Solaris 10U6 reboot hangs (AMD-V only; bug #2565) + * GUI: the host key was sometimes not properly displayed (Windows hosts only, bug #1996) + * GUI: the keyboard focus was lost after minimizing and restoring the VM window via the Windows taskbar (bugs #784) + * VBoxManage: properly show SATA disks when showing the VM information (bug #2624) + * SATA: fixed access if the buffer size is not sector-aligned (bug #2024) + * SATA: improved performance + * SATA: fixed snapshot function with ports>1 (bug #2510) + * E1000: fixed crash under rare circumstances + * USB: fixed support for iPhone and Nokia devices (Linux host: bugs #470 & #491) + * Linux/Solaris/Darwin hosts: verify permissions in /tmp/vbox-$USER-ipc + * Linux hosts: fixed assertion on high network load (AMD64 hosts, fix for Linux distributions with glibc 2.6 and newer (bug #616) + * Linux hosts: don’t crash during shutdown with serial ports connected to a host device + * Solaris hosts: fixed incompatibility between IPSEC and host interface networking + * Solaris hosts: fixed a rare race condition while powering off VMs with host interface networking + * Solaris hosts: fixed VBoxSDL on Solaris 10 by shipping the required SDL library (bug #2475) + * Linux additions: fixed compilation of vboxvfs.ko for 64-bit guests (bug #2550) + * SDK: added JAX-WS port caching to speedup connections +* Wed Nov 12 2008 dmueller@suse.de +- create vboxusers group in %%pre +- tighten restrictions and make factory build again +* Fri Nov 07 2008 dmueller@suse.de +- install usable permission files for the buildservice +- fix preamble again * Wed Nov 05 2008 sndirsch@suse.de - use the appropriate driver version of vboxvideo/vboxmouse for openSUSE 11.1, 11.0, 10.3 and lower (bnc #374710, bnc #438590) ++++++ preamble ++++++ --- /var/tmp/diff_new_pack.J16190/_old 2008-11-29 11:48:49.000000000 +0100 +++ /var/tmp/diff_new_pack.J16190/_new 2008-11-29 11:48:49.000000000 +0100 @@ -1 +1,2 @@ Enhances: kernel-%1 +Supplements: packageand(kernel-%1:virtualbox-ose) ++++++ VirtualBox-2.0.4-OSE-patched.tar.bz2 -> VirtualBox-2.0.6-OSE-patched.tar.bz2 ++++++ virtualbox-ose/VirtualBox-2.0.4-OSE-patched.tar.bz2 /mounts/work_src_done/STABLE/virtualbox-ose/VirtualBox-2.0.6-OSE-patched.tar.bz2 differ: byte 11, line 1 ++++++ virtualbox-ose-init-scripts.diff ++++++ --- /var/tmp/diff_new_pack.J16190/_old 2008-11-29 11:48:49.000000000 +0100 +++ /var/tmp/diff_new_pack.J16190/_new 2008-11-29 11:48:49.000000000 +0100 @@ -39,13 +39,14 @@ } --- src/VBox/Installer/linux/vboxnet.sh.in +++ src/VBox/Installer/linux/vboxnet.sh.in -@@ -21,7 +21,8 @@ +@@ -21,7 +21,9 @@ ### BEGIN INIT INFO # Provides: vboxnet # Required-Start: $network -# Required-Stop: +# Required-Stop: $null +# Should-Start: ypbind ++# Should-Stop: ypbind # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Description: VirtualBox permanent host networking setup ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de