forked from pool/virtualbox
Accepting request 61743 from Virtualization
Accepted submit request 61743 from user mseben OBS-URL: https://build.opensuse.org/request/show/61743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=16
This commit is contained in:
commit
d0ce911287
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14ee28d6338cb4f857f30f27d213bbd03e51daf7d395318f9d6fc64495c670e9
|
||||
size 4865369
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c318c8a0c58dc772aa6deca3caac122811f08e174e996e437c316c30e6207d92
|
||||
size 43408699
|
3
VirtualBox-4.0.4-UserManual.pdf
Normal file
3
VirtualBox-4.0.4-UserManual.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e892289122efc05055d526cad4d057961e64b4a049791fb386cd1cc75fa16bd4
|
||||
size 4875629
|
3
VirtualBox-4.0.4-patched.tar.bz2
Normal file
3
VirtualBox-4.0.4-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd938cb401092145bb3540f243ccf3da065ba7d356067ec7d7336f78a3bc9da8
|
||||
size 43795894
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 18 08:06:16 UTC 2011 - mseben@gmail.com
|
||||
|
||||
- update to VirtualBox 4.0.4 (maintenance release)
|
||||
* VMM: fixed recompiler crashes under certain conditions (bugs #8255, #8319 and further)
|
||||
* VMM: fixed running 64-bit guests on 32-bit host with nested paging enabled on AMD CPUs (4.0 regression; bug #7938)
|
||||
* VMM: fixed timing issues / hangs for certain guests using the programmable interval timer (bugs #8033 and #8062)
|
||||
* VMM: large page and monitoring fixes for live snapshots (bugs #7910, #8059, #8125)
|
||||
* GUI: fixed error message when trying to exceed the maximum number of host network interfaces
|
||||
* GUI: fixed saving of changes to the metadata of an existing snapshot (bug #8145)
|
||||
* GUI: fixed rare crash on X11 hosts (bug #8131)
|
||||
* GUI: when selecting a shared folder, start the file dialog in the users home directory (bug #8017)
|
||||
* ExtPack: enforce the correct permissions which might be restricted by umask when creating directories (non-Windows hosts only; bug #7878)
|
||||
* VBoxSDL: fixed crash when starting by specifying the VM UUID (4.0 regression; bug #8342)
|
||||
* VBoxManage: allow savestate even if the VM is already paused
|
||||
* VBoxManage: fixed modifyvm --synthcpu (bug #6577)
|
||||
* VBoxManage: fixed hang when doing guestcontrol execute –wait-for exit and displaying process status on exit (bug #8235)
|
||||
* VBoxManage: decreased CPU load during guestcontrol execute –wait-for exit/stdout while waiting for the guest process to terminate (bug #7872)
|
||||
* VBoxManage: fixed list hostdvds/hostfloppies
|
||||
* VBoxManage: fixed storageattach for host DVD drives and host floppy drives
|
||||
* Metrics: introduced RAM/VMM base metric.
|
||||
* Main: improved sanity check when taking a VM screen shot (bug #7966)
|
||||
* Main: fixed a crash under rare circumstances if a VM failed to start
|
||||
* Main: fixed attaching of immutable disk images (bug #8105)
|
||||
* Main: fixed a crash at VM shutdown (bug #6443)
|
||||
* Main: fixed incorrect handling of cross-referenced medium attachments (bug #8129)
|
||||
* Settings: fixed truncating of big integer values (4.0 regression)
|
||||
* Settings: properly store the ICH9 chipset type (bug #8123)
|
||||
* Host-Only & Bridged Networking: fixed VBox DHCP server startup issue for Windows hosts (4.0 regression; bug #7905)
|
||||
* Host-Only Networking: re-create vboxnetX interfaces after vboxnetadp.ko module reload on Linux and Darwin (bugs #5934, #6341)
|
||||
* NAT: fixed an mbuf leak under rare circumstances (bug #7459)
|
||||
* ACPI: don’t allow the guest to enter S4 by default and don’t announce S1 and S4 in the ACPI tables if disabled (bug #8008)
|
||||
* Graphics card: made re-enabling disabled screens work correctly to prevent problems when X11 guests enter screen saving mode (bug #8122)
|
||||
* Storage: fixed write errors with snapshots if the host cache is disabled (4.0 regression; bug #8221)
|
||||
* ATA/SATA: fixed reset handling after ACPI suspend/resume
|
||||
* BusLogic: fixed hang with SMP VMs
|
||||
* Serial: another attempt to prevent lost characters during transmission (bug #1548)
|
||||
* Linux hosts/guests: Linux 2.6.38-rc1 compile fixes
|
||||
* Mac OS X hosts: fixed VBoxSVC crash when listing host interfaces without default gateway (64-bit hosts only; bug #7955)
|
||||
* Solaris/Darwin hosts: fixed VM CPU execution cap
|
||||
* X.Org guests: fixed a crash on X server restart (bug #8231)
|
||||
* X.Org guests: support X.Org Server 1.10 pre-release and Ubuntu 11.04 Alpha.
|
||||
* X.Org guests: Add EDID emulation in the graphics driver to prevent GNOME settings daemon changing the mode on login.
|
||||
* X.Org guests: never send graphics modes to the host that older VirtualBox versions can’t handle.
|
||||
* Linux Additions: fixed a memory leak in the shared folders code if a host link is not readable (bug #8185)
|
||||
* Windows Additions: fixed handling of Security Attention Sequence (SAS) with VBoxGINA
|
||||
- droppped deprecated vbox-2.6.38.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 8 07:36:53 UTC 2011 - cshorler@googlemail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package virtualbox
|
||||
# spec file for package virtualbox (Version 3.9.80)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,7 +32,7 @@ BuildRequires: e2fsprogs-devel libcap-devel libcurl-devel python-devel update-d
|
||||
BuildRequires: hal-devel pulseaudio-devel xorg-x11 xorg-x11-devel xorg-x11-server xorg-x11-server-sdk
|
||||
BuildRequires: LibVNCServer-devel gcc43-c++ kbuild pam-devel udev
|
||||
%if %suse_version > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel-static
|
||||
%endif
|
||||
%ifarch amd64 x86_64 ia32e em64t
|
||||
BuildRequires: hal-32bit
|
||||
@ -42,8 +42,8 @@ BuildRequires: gcc43-32bit libstdc++43-devel-32bit
|
||||
%endif
|
||||
#
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
Version: 4.0.2
|
||||
Release: 3
|
||||
Version: 4.0.4
|
||||
Release: 1
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPLv2+
|
||||
Group: System/Emulators/PC
|
||||
@ -92,9 +92,7 @@ Patch99: vbox-permissions_warning.diff
|
||||
Patch100: vbox-no-build-dates.diff
|
||||
Patch101: vbox-default-os-type.diff
|
||||
#disable update in vbox gui
|
||||
Patch102: vbox-disable-updates.diff
|
||||
#
|
||||
Patch103: vbox-2.6.38.patch
|
||||
Patch102: vbox-disable-updates.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: pwdutils permissions
|
||||
Requires: %{name}-host-kmp = %version
|
||||
@ -122,6 +120,7 @@ Provides: %{name}-ose:/usr/lib/virtualbox/VirtualBox.so
|
||||
Provides: %{name}-ose-qt = %version
|
||||
Obsoletes: %{name}-ose-qt < %version
|
||||
|
||||
|
||||
%description qt
|
||||
Qt GUI part for %{name}.
|
||||
#########################################
|
||||
@ -174,7 +173,6 @@ VirtualBox guest addition tools.
|
||||
###########################################
|
||||
%package -n python-%{name}
|
||||
|
||||
|
||||
Summary: Python bindings for %{name}
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version}
|
||||
@ -211,7 +209,6 @@ Development file for %{name}
|
||||
%patch100
|
||||
%patch101
|
||||
%patch102 -p1
|
||||
%patch103
|
||||
#copy user manual
|
||||
%__cp %{S:1} ./UserManual.pdf
|
||||
|
||||
@ -442,6 +439,7 @@ popd
|
||||
#install wrapper script
|
||||
%__install -m 644 %{S:9} %{buildroot}%{_bindir}/VirtualBox
|
||||
|
||||
|
||||
# modify and install the vboxdrv init script
|
||||
# TODO: some of this stuff breaks the fillup macros below?
|
||||
%__sed -i "s|%NOLSB%|yes|g;s|%DEBIAN%||g;s|%PACKAGE%|virtualbox|g" src/VBox/Installer/linux/vboxdrv.sh.in
|
||||
@ -456,6 +454,8 @@ popd
|
||||
%__install -d -m 755 %{buildroot}%{_var}/adm/fillup-templates
|
||||
install -m 700 %{S:13} %{buildroot}%{_var}/adm/fillup-templates/sysconfig.vbox
|
||||
|
||||
|
||||
|
||||
######################################################
|
||||
echo "entrering python-virtualbox install section"
|
||||
######################################################
|
||||
@ -527,6 +527,7 @@ exit 0
|
||||
%verify_permissions -e %{_vbox_instdir}/VBoxBFE -e %{_vbox_instdir}/VBoxHeadless -e %{_vbox_instdir}/VBoxSDL -e %{_vbox_instdir}/VirtualBox
|
||||
%endif
|
||||
|
||||
|
||||
%clean
|
||||
[ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
|
||||
|
||||
@ -599,7 +600,6 @@ exit 0
|
||||
#%verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxNetDHCP
|
||||
%{_vbox_instdir}/VBoxNetDHCP
|
||||
#
|
||||
|
||||
%files qt
|
||||
%defattr(-, root, root)
|
||||
%{_vbox_instdir}/VBoxPermissionMessage
|
||||
|
Loading…
Reference in New Issue
Block a user