diff --git a/open-vm-tools.changes b/open-vm-tools.changes index 6ced8df..23f94ce 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 7 20:16:47 UTC 2019 - kallan + +- Update vmtoolsd.service tools to run after the network service is + ready. (bsc#1133623) + +- Link VGAuthService to libxmlsec1 rather than libxml-security-c in + SLES 12 SP3. (bsc#1122435) + ------------------------------------------------------------------- Fri Mar 29 14:33:57 UTC 2019 - kallan diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 7c36a5c..46b423d 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -128,7 +128,7 @@ Requires: libxmlsec1-openssl1 BuildRequires: pkgconfig(xmlsec1) Requires: libxmlsec1-openssl1 %else -%if 0%{?sle_version} >= 120400 && !0%{?is_opensuse} +%if 0%{?sle_version} >= 120300 && !0%{?is_opensuse} BuildRequires: pkgconfig(xmlsec1) Requires: libxmlsec1-openssl1 %else diff --git a/vmtoolsd.service b/vmtoolsd.service index 7cf2811..d557131 100644 --- a/vmtoolsd.service +++ b/vmtoolsd.service @@ -3,7 +3,7 @@ Description=open-vm-tools: vmtoolsd service for virtual machines hosted on VMwar Documentation=http://github.com/vmware/open-vm-tools ConditionVirtualization=vmware Requires=vgauthd.service -After=vgauthd.service +After=vgauthd.service network.service DefaultDependencies=no Before=cloud-init-local.service