Accepting request 1132558 from Virtualization:VMware

OBS-URL: https://build.opensuse.org/request/show/1132558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=121
This commit is contained in:
Dominique Leuenberger 2023-12-12 18:31:43 +00:00 committed by Git OBS Bridge
commit 3e3257ec21
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 11 18:16:29 UTC 2023 - Kirk Allan <kallan@suse.com>
- Fix (bsc#1217796) - Fix outdated libxmlsec1 dependency version.
Updates to open-vm-tools for SLES 12 SP4 and SP5 are now being built
againt against libxmlsec1-1-1.2.37. Update the spec file to now require
libxmlsec1-openssl1 >= 1.2.37.
-------------------------------------------------------------------
Mon Oct 30 17:16:18 UTC 2023 - Kirk Allan <kallan@suse.com>

View File

@ -108,8 +108,12 @@ BuildRequires: pkgconfig(xmlsec1)
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 0150400
Requires: libxmlsec1-openssl1 >= 1.2.37
%else
%if 0%{?sle_version} == 0120400 || 0%{?sle_version} == 0120500
Requires: libxmlsec1-openssl1 >= 1.2.37
%else
Requires: libxmlsec1-openssl1 >= 1.2.28
%endif
%endif
%define arg_xmlsec1 --enable-xmlsec1
%else
# Leap 42.1 and 42.2 supports xmlsec1 and libxmlsec1-openssl1 but 12 SP1 and