Accepting request 701424 from home:kallan:branches:Virtualization:VMware
- 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) OBS-URL: https://build.opensuse.org/request/show/701424 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=374
This commit is contained in:
parent
40b2748510
commit
4c020a07d5
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user