Mailinglist Archive: opensuse-commit (1093 mails)

< Previous Next >
commit open-vm-tools for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 05 Mar 2010 11:55:08 +0100
  • Message-id: <20100305105509.0776D2029A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory
checked in at Fri Mar 5 11:55:08 CET 2010.



--------
--- open-vm-tools/open-vm-tools.changes 2010-02-10 10:08:06.000000000 +0100
+++ /mounts/work_src_done/STABLE/open-vm-tools/open-vm-tools.changes
2010-02-25 21:43:21.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 25 20:42:39 UTC 2010 - dominique.leuenberger@xxxxxxxxxxxxx
+
+- Update to 2010.02.23:
+ + Mostly bug fixes, cleanups and code refactoring.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
open-vm-tools-2010.01.19-226760.tar.bz2

New:
----
open-vm-tools-2010.02.23-236320.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ open-vm-tools.spec ++++++
--- /var/tmp/diff_new_pack.6uyVCn/_old 2010-03-05 11:54:51.000000000 +0100
+++ /var/tmp/diff_new_pack.6uyVCn/_new 2010-03-05 11:54:51.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package open-vm-tools (Version 2010.01.19)
+# spec file for package open-vm-tools (Version 2010.02.23)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -17,14 +17,15 @@

# norootforbuild

+# exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
%define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep
-v pci:v00001022d00002000'

Name: open-vm-tools
Group: System/Emulators/PC
Summary: Open Virtual Machine Tools
-Version: 2010.01.19
+Version: 2010.02.23
Release: 1
-%define svn_rev 226760
+%define svn_rev 236320
Url: http://open-vm-tools.sourceforge.net/
License: BSD3c ; GPLv2 ; LGPLv2.1
Source: %{name}-%{version}-%{svn_rev}.tar.bz2
@@ -61,6 +62,7 @@
%if 0%{suse_version} <= 1120
%define vm_module %{vm_modules} vmxnet3
%endif
+
%suse_kernel_module_package -n vmware-guest -p %{SOURCE98} xen um

%description
@@ -164,6 +166,7 @@
--disable-dependency-tracking \
--disable-static
make
+
TOPDIR=$PWD
cd ..
mkdir -p obj
@@ -192,25 +195,32 @@
popd
done
popd
+
# fix some rights on the kernel modules, to have a complete -debuginfo package
chmod u+x $RPM_BUILD_ROOT/lib/modules/*/updates/*
+
%makeinstall
# Clean up the *.la files make install put all around
find %{buildroot} -name '*.la' -delete -print
rm %{buildroot}%{_datadir}/applications/vmware-user.desktop
+
# install the vmtoolsd init script and also it's rcvmtoolsd softlink
install -D -m 0755 %{S:1} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/vmtoolsd
ln -sf ../../etc/init.d/vmtoolsd $RPM_BUILD_ROOT%{_sbindir}/rcvmtoolsd
+
# vmware-user is started by vmware-user-suid-wrapper by xdg-autostart
# unfortunately, vmware-user-suid-wrapper does not wait for it's block device
# to appear. For this reason we have now a vmware-user-autostart-wrapper
# 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
+
# handle the .destop files for translations
%suse_update_desktop_file vmware-user-autostart
+
# fix a link pointing to the buildroot for mount.vmhgfs
( cd %{buildroot}/sbin; rm mount.vmhgfs; ln -s ..%{_sbindir}/mount.vmhgfs )
+
# the script installs some binaries into /usr/share/open-vm-tools which are
just some tests.
# So we drop them for the moment. Upstream has been informed about this.
rm -rf %{buildroot}%{_datadir}/%{name}
@@ -219,6 +229,7 @@
%run_permissions
/sbin/ldconfig
%{fillup_and_insserv -Y vmtoolsd}
+
%verifyscript gui
%verify_permissions


++++++ open-vm-tools-2010.01.19-226760.tar.bz2 ->
open-vm-tools-2010.02.23-236320.tar.bz2 ++++++
++++ 11063 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread