Hello community, here is the log from the commit of package open-vm-tools for openSUSE:Leap:15.2 checked in at 2020-06-06 15:48:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/open-vm-tools (Old) and /work/SRC/openSUSE:Leap:15.2/.open-vm-tools.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-vm-tools" Sat Jun 6 15:48:02 2020 rev:35 rq:811960 version:11.1.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/open-vm-tools/open-vm-tools.changes 2020-05-26 18:33:06.669671572 +0200 +++ /work/SRC/openSUSE:Leap:15.2/.open-vm-tools.new.3606/open-vm-tools.changes 2020-06-06 15:48:05.435975816 +0200 @@ -1,0 +2,17 @@ +Wed Jun 3 20:56:17 UTC 2020 - Kirk Allan <[email protected]> + +- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764) + to hold off on producing the open-vm-tools-sdmp service discovery plugin + (boo#1171765) for all SUSE versions due to the plugin's dependency on + netstat. Once they have removed the netstat dependency we will need to go + through the ECO process to get the plugin added. + +------------------------------------------------------------------- +Thu May 28 20:35:31 UTC 2020 - Kirk Allan <[email protected]> + +- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on + producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin) + until it has gone through the ECO process. Once approved, will resubmit + to include the plugin. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-vm-tools.spec ++++++ --- /var/tmp/diff_new_pack.ZaOpnD/_old 2020-06-06 15:48:05.927977557 +0200 +++ /var/tmp/diff_new_pack.ZaOpnD/_new 2020-06-06 15:48:05.927977557 +0200 @@ -37,6 +37,11 @@ # X modules are lower prio upstream and once in a while fail. Offer an easy way to enable/disable them. %define with_X 1 +# VMware has asked to not build the service discovery plugin until they have +# removed the netstat dependency. +%define with_sdmp 0 +%define arg_servicediscovery --without-servicediscovery + Name: open-vm-tools %define subname open-vm-tools %define tarname open-vm-tools @@ -185,6 +190,7 @@ machines. %endif +%if %{with_sdmp} %package sdmp Summary: Service Discovery Plugin Group: System Environment/Libraries @@ -192,6 +198,7 @@ %description sdmp Service Discovery Plugin +%endif %package -n libvmtools0 Summary: Open Virtual Machine Tools - shared library @@ -253,7 +260,7 @@ %{?arg_xerces} \ --with-udev-rules-dir=%{_udevrulesdir} \ --enable-resolutionkms \ - --enable-servicediscovery \ + %{?arg_servicediscovery} \ --disable-static make @@ -351,8 +358,10 @@ %endif +%if %{with_sdmp} %post sdmp systemctl try-restart vmtoolsd.service || : +%endif %preun %service_del_preun vmtoolsd.service @@ -374,9 +383,11 @@ %endif /sbin/ldconfig +%if %{with_sdmp} %postun sdmp # restart tools without plugin systemctl try-restart vmtoolsd.service || : +%endif %post -n libvmtools0 -p /sbin/ldconfig @@ -471,6 +482,7 @@ %endif +%if %{with_sdmp} %files sdmp %dir %{_libdir}/%{name}/serviceDiscovery/ %dir %{_libdir}/%{name}/serviceDiscovery/scripts/ @@ -479,6 +491,7 @@ %{_libdir}/%{name}/serviceDiscovery/scripts/get-listening-process-info.sh %{_libdir}/%{name}/serviceDiscovery/scripts/get-listening-process-perf-metrics.sh %{_libdir}/%{name}/serviceDiscovery/scripts/get-versions.sh +%endif %files -n libvmtools0 %defattr(-, root, root)
