Accepting request 684788 from home:kallan:branches:Virtualization:VMware

- Link VGAuthService to libxmlsec1 rather than libxml-security-c for
  SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the
  base.  VGAuthService is already being linked with libxmlsec1 for
  SLES 12 SP4.  (bsc#1122435)

OBS-URL: https://build.opensuse.org/request/show/684788
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=370
This commit is contained in:
Kirk Allan 2019-03-13 20:45:58 +00:00 committed by Git OBS Bridge
parent c15dd3c412
commit 5c14bf3d2d
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 13 19:50:35 UTC 2019 - kallan <kallan@suse.com>
- Link VGAuthService to libxmlsec1 rather than libxml-security-c for
SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the
base. VGAuthService is already being linked with libxmlsec1 for
SLES 12 SP4. (bsc#1122435)
-------------------------------------------------------------------
Tue Feb 26 09:26:00 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -13,7 +13,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -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} >= 120400 && !0%{?is_opensuse}
BuildRequires: pkgconfig(xmlsec1)
Requires: libxmlsec1-openssl1
%else