From 47f0052ddf162cd967eae39974977529bb9016df5cf328c6192f1c28adca6b30 Mon Sep 17 00:00:00 2001 From: Kirk Allan Date: Wed, 3 Jun 2020 22:30:23 +0000 Subject: [PATCH] Accepting request 811247 from home:kallan:branches:Virtualization:VMware - 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. OBS-URL: https://build.opensuse.org/request/show/811247 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=392 --- open-vm-tools.changes | 9 +++++++++ open-vm-tools.spec | 7 ++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/open-vm-tools.changes b/open-vm-tools.changes index 47b9a4e..6b62d6d 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 3 20:56:17 UTC 2020 - Kirk Allan + +- 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 diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 2ce3508..fd9ab57 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -37,13 +37,10 @@ # 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 +# 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 -%endif Name: open-vm-tools %define subname open-vm-tools