[packages/open-vm-tools] up to 11.1.0

atler atler at pld-linux.org
Mon Aug 17 21:06:22 CEST 2020


commit 7296ab94311b957bc003b81401c0ef5f7e1e8ade
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Aug 17 20:59:24 2020 +0200

    up to 11.1.0

 log.patch          | 39 ---------------------------------------
 open-vm-tools.spec | 10 +++++-----
 2 files changed, 5 insertions(+), 44 deletions(-)
---
diff --git a/open-vm-tools.spec b/open-vm-tools.spec
index fab6453..393962b 100644
--- a/open-vm-tools.spec
+++ b/open-vm-tools.spec
@@ -11,13 +11,13 @@
 Summary:	VMWare guest utilities
 Summary(pl.UTF-8):	Narzędzia dla systemu-gościa dla VMware
 Name:		open-vm-tools
-Version:	11.0.5
+Version:	11.1.0
 Release:	1
 Epoch:		1
 License:	GPL
 Group:		Applications/System
 Source0:	https://github.com/vmware/open-vm-tools/archive/stable-%{version}.tar.gz
-# Source0-md5:	e05302d339b5282b97e769be421b22b1
+# Source0-md5:	6b52659d0f179007ff0cfee616da3442
 Source1:	%{name}-packaging
 Source2:	%{name}-modprobe.d
 Source3:	%{name}-init
@@ -26,8 +26,7 @@ Source5:	vmware-vmblock-fuse.service
 Source6:	vmtoolsd.pamd
 Patch0:		%{name}-dnd.patch
 Patch1:		iopl.patch
-Patch2:		log.patch
-Patch3:		gcc10.patch
+Patch2:		gcc10.patch
 URL:		https://github.com/vmware/open-vm-tools
 BuildRequires:	autoconf
 BuildRequires:	doxygen
@@ -142,7 +141,6 @@ Reguły UDEV dla open-vm-tools.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 cp %{SOURCE1} open-vm-tools/packaging
 
@@ -227,6 +225,7 @@ fi
 %attr(755,root,root) /etc/vmware-tools/scripts/vmware/network
 %attr(755,root,root) /sbin/mount.vmhgfs
 %attr(755,root,root) %{_bindir}/VGAuthService
+%attr(755,root,root) %{_bindir}/vm-support
 %attr(755,root,root) %{_bindir}/vmhgfs-fuse
 %attr(755,root,root) %{_bindir}/vmtoolsd
 %attr(755,root,root) %{_bindir}/vmware-checkvm
@@ -252,6 +251,7 @@ fi
 %dir %{_libdir}/open-vm-tools
 %dir %{_libdir}/open-vm-tools/plugins
 %dir %{_libdir}/open-vm-tools/plugins/vmsvc
+%attr(755,root,root) %{_libdir}/open-vm-tools/plugins/vmsvc/libappInfo.so
 %attr(755,root,root) %{_libdir}/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so
 %attr(755,root,root) %{_libdir}/open-vm-tools/plugins/vmsvc/libguestInfo.so
 %attr(755,root,root) %{_libdir}/open-vm-tools/plugins/vmsvc/libpowerOps.so
diff --git a/log.patch b/log.patch
deleted file mode 100644
index a4bf451..0000000
--- a/log.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-commit c53e54623f537e96a66811e16d48a2523f4833f8
-Author: Oliver Kurth <okurth at vmware.com>
-Date:   Wed Mar 4 12:07:11 2020 -0800
-
-    Rectify a log spew in vmsvc logging (vmware-vmsvc-root.log)
-    
-    When a LSI Logic Parallel SCSI controller sits in PCI bus 0
-    (SCSI controller 0), the Linux disk device enumeration does not provide
-    a "label" file with the controller name.  This results in messages like
-    
-    'GuestInfoGetDiskDevice: Missing disk device name; VMDK mapping
-    unavailable for "/var/log", fsName: "/dev/sda2"'
-    
-    repeatedly appearing in the vmsvc logging.  The patch converts what
-    previously was a warning message to a debug message and thus avoids
-    the log spew.
-    
-    This patch has been made available for open-vm-tools 11.0.x on the
-    open-vm-tools github repo.
-    
-    https://github.com/vmware/open-vm-tools/issues/404
-
-diff --git a/open-vm-tools/services/plugins/guestInfo/diskInfo.c b/open-vm-tools/services/plugins/guestInfo/diskInfo.c
-index 878276ce..032c0928 100644
---- a/open-vm-tools/services/plugins/guestInfo/diskInfo.c
-+++ b/open-vm-tools/services/plugins/guestInfo/diskInfo.c
-@@ -846,9 +846,9 @@ GuestInfoGetDiskDevice(const char *fsName,
-     */
-    for (indx = 0; indx < partEntry->diskDevCnt; indx++) {
-       if (partEntry->diskDevNames[indx][0] == '\0') {
--         g_warning("%s: Missing disk device name; VMDK mapping unavailable "
--                   "for \"%s\", fsName: \"%s\"\n", __FUNCTION__,
--                   partEntry->name, fsName);
-+         g_debug("%s: Missing disk device name; VMDK mapping unavailable "
-+                 "for \"%s\", fsName: \"%s\"\n", __FUNCTION__,
-+                 partEntry->name, fsName);
-          partEntry->diskDevCnt = 0;
-          free(partEntry->diskDevNames);
-          partEntry->diskDevNames = NULL;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/open-vm-tools.git/commitdiff/8b9551a950812f9e365a98e01bd79bea263eccb8



More information about the pld-cvs-commit mailing list