Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2020-06-03 20:29:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old)
 and      /work/SRC/openSUSE:Factory/.open-vm-tools.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-vm-tools"

Wed Jun  3 20:29:22 2020 rev:92 rq:810043 version:11.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes      
2020-05-20 18:37:34.116244067 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new.3606/open-vm-tools.changes    
2020-06-03 20:29:31.616627223 +0200
@@ -1,0 +2,8 @@
+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.cyAHUY/_old  2020-06-03 20:29:33.400632647 +0200
+++ /var/tmp/diff_new_pack.cyAHUY/_new  2020-06-03 20:29:33.404632659 +0200
@@ -37,6 +37,14 @@
 # X modules are lower prio upstream and once in a while fail. Offer an easy 
way to enable/disable them.
 %define with_X 1
 
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 0150200
+%define         with_sdmp 1
+%define         arg_servicediscovery --enable-servicediscovery
+%else
+%define         with_sdmp 0
+%define         arg_servicediscovery --without-servicediscovery
+%endif
+
 Name:           open-vm-tools
 %define subname open-vm-tools
 %define tarname open-vm-tools
@@ -185,6 +193,7 @@
 machines.
 %endif
 
+%if %{with_sdmp}
 %package        sdmp
 Summary:        Service Discovery Plugin
 Group:          System Environment/Libraries
@@ -192,6 +201,7 @@
 
 %description      sdmp
 Service Discovery Plugin
+%endif
 
 %package -n libvmtools0
 Summary:        Open Virtual Machine Tools - shared library
@@ -253,7 +263,7 @@
     %{?arg_xerces} \
     --with-udev-rules-dir=%{_udevrulesdir} \
     --enable-resolutionkms \
-    --enable-servicediscovery \
+    %{?arg_servicediscovery} \
     --disable-static
 make
 
@@ -351,8 +361,10 @@
 
 %endif
 
+%if %{with_sdmp}
 %post sdmp
 systemctl try-restart vmtoolsd.service || :
+%endif
 
 %preun
 %service_del_preun vmtoolsd.service
@@ -374,9 +386,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 +485,7 @@
 
 %endif
 
+%if %{with_sdmp}
 %files sdmp
 %dir %{_libdir}/%{name}/serviceDiscovery/
 %dir %{_libdir}/%{name}/serviceDiscovery/scripts/
@@ -479,6 +494,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)


Reply via email to