Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package open-vm-tools for openSUSE:Factory checked in at 2021-06-27 18:58:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old) and /work/SRC/openSUSE:Factory/.open-vm-tools.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-vm-tools" Sun Jun 27 18:58:19 2021 rev:103 rq:901765 version:11.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes 2021-05-10 15:39:23.773560268 +0200 +++ /work/SRC/openSUSE:Factory/.open-vm-tools.new.2625/open-vm-tools.changes 2021-06-27 18:58:31.616232316 +0200 @@ -1,0 +2,27 @@ +Thu Jun 24 14:15:09 UTC 2021 - Kirk Allan <[email protected]> + +- Update to 11.3.0 (build 18090558) (boo#1187567) + + Resolved issues: + - The following github issues and pull requests have been resolved: + 446, 481, 500, and 509 + - The following Pull requests have been resolved: 474 and 505 + - A number of issues detected by Coverity, internally or by third parties, + have been addressed. + - A command line tool, vmwgfxctrl, has been added to open-vm-tools for + Linux that can be used to control various aspects of the vmwgfx Linux + kernel module. Currently it can both display and set the current + topology of the vmwgfx kernel driver. It is useful when trying to + configure custom resolutions on recent Linux distributions, including + multi-monitor setups. + - A command line tool, vmware-alias-import, has been added to + open-vm-tools that can be used to import vgauth config data and apply + it to the running vgauth service. + - Enhancements to support or utilize various vSphere features. +- Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path + "/var/run" to "/run" for it's PIDfile. +- Update pam-vmtoolsd.patch to compensate for new line numbers. +- Drop patch now contained in 11.3.0: + - open-vm-tools-glib-2.67.patch + - open-vm-tools-pollGtk.patch + +------------------------------------------------------------------- Old: ---- open-vm-tools-11.2.5-17337674.tar.gz open-vm-tools-glib-2.67.patch open-vm-tools-pollGtk.patch New: ---- open-vm-tools-11.3.0-18090558.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-vm-tools.spec ++++++ --- /var/tmp/diff_new_pack.Rovpj8/_old 2021-06-27 18:58:32.216233104 +0200 +++ /var/tmp/diff_new_pack.Rovpj8/_new 2021-06-27 18:58:32.220233109 +0200 @@ -40,8 +40,8 @@ Name: open-vm-tools %define subname open-vm-tools %define tarname open-vm-tools -%define bldnum 17337674 -Version: 11.2.5 +%define bldnum 18090558 +Version: 11.3.0 Release: 0 Summary: Open Virtual Machine Tools License: BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only @@ -56,9 +56,6 @@ Source7: tools.conf Source8: vgauthd.service Source9: vmblock-fuse.service -# PATCH-FIX-UPSTREAM open-vm-tools-glib-2.67.patch [email protected] -- Fix build with glib 2.67, https://github.com/vmware/open-vm-tools/issues/500 -Patch100: open-vm-tools-glib-2.67.patch -Patch101: open-vm-tools-pollGtk.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ # don't use pkgconfig(gtk+-2.0) so we can build on SLE @@ -93,6 +90,8 @@ BuildRequires: glibc >= 2.12 BuildRequires: xorg-x11-devel %endif +BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(libudev) %if %{with vgauth} # vgauth requires xml2, xerces-c, and xml-security-c/xmlsec1 BuildRequires: libxml2-devel @@ -139,6 +138,8 @@ Supplements: modalias(pci:v000015ADd*sv*sd*bc*sc*i*) ExclusiveArch: %ix86 x86_64 aarch64 #Upstream patches + +#SUSE specific patches Patch0: pam-vmtoolsd.patch %if 0%{?suse_version} >= 1500 @@ -219,11 +220,9 @@ # fix for an rpmlint warning regarding wrong line feeds sed -i -e "s/\r//" README #Upstream patches -%patch0 -p2 -# patch not yet coming from upstream, https://github.com/vmware/open-vm-tools/issues/500 -%patch100 -p1 -%patch101 -p1 +#SUSE specific patches +%patch0 -p2 %build %if %{with_X} @@ -415,6 +414,8 @@ %{_libdir}/%{name}/plugins/vmsvc/libtimeSync.so %{_libdir}/%{name}/plugins/vmsvc/libvmbackup.so %{_libdir}/%{name}/plugins/vmsvc/libappInfo.so +%{_libdir}/%{name}/plugins/vmsvc/libgdp.so +%{_libdir}/%{name}/plugins/vmsvc/libguestStore.so %{_libdir}/%{name}/plugins/common/libhgfsServer.so %{_libdir}/%{name}/plugins/common/libvix.so %{_bindir}/vmhgfs-fuse @@ -425,6 +426,7 @@ %{_bindir}/vmware-toolbox-cmd %{_bindir}/vmware-xferlogs %{_bindir}/vm-support +%{_bindir}/vmware-alias-import %{_sbindir}/mount.vmhgfs %if !0%{?usrmerged} /sbin/mount.vmhgfs @@ -475,6 +477,7 @@ %{_bindir}/vmware-user %{_bindir}/vmware-user-autostart-wrapper %{_bindir}/vmware-vmblock-fuse +%{_bindir}/vmwgfxctrl %if %{with vmblockfuseservice} %{_unitdir}/vmblock-fuse.service %{_sbindir}/rcvmblock-fuse @@ -497,6 +500,7 @@ %{_libdir}/libguestlib.so.* %{_libdir}/libhgfs.so.* %{_libdir}/libDeployPkg.so.* +%{_libdir}/libguestStoreClient.so.* %if %{with vgauth} %{_libdir}/libvgauth.so.* %endif ++++++ open-vm-tools-11.2.5-17337674.tar.gz -> open-vm-tools-11.3.0-18090558.tar.gz ++++++ ++++ 50770 lines of diff (skipped) ++++++ pam-vmtoolsd.patch ++++++ --- /var/tmp/diff_new_pack.Rovpj8/_old 2021-06-27 18:58:32.836233918 +0200 +++ /var/tmp/diff_new_pack.Rovpj8/_new 2021-06-27 18:58:32.836233918 +0200 @@ -1,6 +1,6 @@ --- a/open-vm-tools/services/vmtoolsd/Makefile.am +++ b/open-vm-tools/services/vmtoolsd/Makefile.am -@@ -78,7 +78,7 @@ install-data-hook: +@@ -81,7 +81,7 @@ install-data-hook: install-exec-hook: $(INSTALL) -d $(DESTDIR)/etc/vmware-tools $(INSTALL) -d $(DESTDIR)/$(PAM_PREFIX)/pam.d/ ++++++ vmblock-fuse.service ++++++ --- /var/tmp/diff_new_pack.Rovpj8/_old 2021-06-27 18:58:32.892233992 +0200 +++ /var/tmp/diff_new_pack.Rovpj8/_new 2021-06-27 18:58:32.892233992 +0200 @@ -8,7 +8,7 @@ Type=forking RuntimeDirectory=vmblock-fuse RuntimeDirectoryMode=755 -ExecStart=/usr/bin/vmware-vmblock-fuse -o subtype=vmware-vmblock,default_permissions,allow_other /var/run/vmblock-fuse +ExecStart=/usr/bin/vmware-vmblock-fuse -o subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse [Install] WantedBy=multi-user.target ++++++ vmtoolsd.service ++++++ --- /var/tmp/diff_new_pack.Rovpj8/_old 2021-06-27 18:58:32.924234034 +0200 +++ /var/tmp/diff_new_pack.Rovpj8/_new 2021-06-27 18:58:32.924234034 +0200 @@ -9,8 +9,8 @@ [Service] Type=forking -PIDFile=/var/run/vmtoolsd.pid -ExecStart=/usr/bin/vmtoolsd --background /var/run/vmtoolsd.pid +PIDFile=/run/vmtoolsd.pid +ExecStart=/usr/bin/vmtoolsd --background /run/vmtoolsd.pid TimeoutStopSec=5 [Install]
