Accepting request 701425 from Virtualization:VMware

OBS-URL: https://build.opensuse.org/request/show/701425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2019-05-09 08:09:02 +00:00 committed by Git OBS Bridge
commit 970242d7e6
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 7 20:16:47 UTC 2019 - kallan <kallan@suse.com>
- 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 <kallan@suse.com>

View File

@ -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

View File

@ -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