Dominique Leuenberger 2010-12-22 09:17:01 +00:00 committed by Git OBS Bridge
parent e710d697eb
commit 88ec7e6398
4 changed files with 31 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78f4b12e7943ac2be4cbca2bf99d6b2f8c69337e8a74eeccf36a2ee36e7d63e3
size 2502230

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e1d60a21ef573b5b6642c0434e1c01830328b3ce2a95606a3c1fb9e7aa72112
size 2528090

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Dec 22 08:29:03 UTC 2010 - dimstar@opensuse.org
- Update to version 2010.12.19:
+ New version of DnD code lands in open-vm-tools. The host part
of the new DnD protocol is not available yet in VMware
products, though.
+ vmtoolsd gets some new functionality to support new features
being developed internally.
+ vmxnet driver for FreeBSD fixed to allow changing the MAC
address.
+ lots of bug fixes and other cleanups in various areas.
- Re-enable building of X dependenices (with_X 1)
-------------------------------------------------------------------
Thu Nov 25 15:11:31 UTC 2010 - dimstar@opensuse.org

View File

@ -31,14 +31,14 @@
%endif
# X modules are failing all the time the build currently. We need an easy way to enable/disable them.
%define with_X 0
%define with_X 1
Name: open-vm-tools
Group: System/Emulators/PC
Summary: Open Virtual Machine Tools
Version: 2010.11.17
Version: 2010.12.19
Release: 1
%define svn_rev 327185
%define svn_rev 339835
Url: http://open-vm-tools.sourceforge.net/
License: BSD3c ; GPLv2 ; LGPLv2.1
Source: %{name}-%{version}-%{svn_rev}.tar.bz2
@ -250,6 +250,9 @@ ln -sf ../../etc/init.d/vmtoolsd $RPM_BUILD_ROOT%{_sbindir}/rcvmtoolsd
# which checks for /proc/fs/vmblock/dev to appear and then starts vmware-user-suid-wrapper
install -D -m 0755 %{S:5} $RPM_BUILD_ROOT%{_bindir}/vmware-user-autostart-wrapper
install -D -m 0644 %{S:2} $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vmware-user-autostart.desktop
# We have our own 'safe' autostart wrapper, which checks for modules to start in autologin mode...
# Thus we drop the 'original' autostartup
%__rm %{buildroot}%{_sysconfdir}/xdg/autostart/vmware-user.desktop
# handle the .destop files for translations
%suse_update_desktop_file vmware-user-autostart
@ -338,10 +341,14 @@ rm -rf %{buildroot}
%defattr(-, root, root)
%{_sysconfdir}/xdg/autostart/vmware-user-autostart.desktop
%{_bindir}/vmware-toolbox
%{_bindir}/vmware-user
#%{_bindir}/vmware-user
%verify(not mode) %attr(0755,root,root) %{_bindir}/vmware-user-suid-wrapper
%{_libdir}/%{name}/plugins/vmusr/libdesktopEvents.so
%{_libdir}/%{name}/plugins/vmusr/libdndcp.so
%{_libdir}/%{name}/plugins/vmusr/libresolutionSet.so
%{_libdir}/%{name}/plugins/vmusr/libunity.so
%{_libdir}/%{name}/plugins/vmusr/libvixUser.so
%{_bindir}/vmware-user-autostart-wrapper
%endif
@ -358,3 +365,6 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/vmguestlib.pc
%changelog