Accepting request 684789 from Virtualization:VMware

OBS-URL: https://build.opensuse.org/request/show/684789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2019-03-19 10:05:52 +00:00 committed by Git OBS Bridge
commit ac166d0f06
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