From 0f494f38461bf161f1d6b073dcbf801c8b503c1599244ea06db3dc195ec53d24 Mon Sep 17 00:00:00 2001 From: Kirk Allan Date: Mon, 11 Dec 2023 20:16:40 +0000 Subject: [PATCH] Accepting request 1132557 from home:kallan:branches:Virtualization:VMware - 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. OBS-URL: https://build.opensuse.org/request/show/1132557 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=454 --- open-vm-tools.changes | 8 ++++++++ open-vm-tools.spec | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/open-vm-tools.changes b/open-vm-tools.changes index 1f4c3a7..95bed0d 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 11 18:16:29 UTC 2023 - Kirk Allan + +- 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 diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 47e9ff1..c8563b7 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -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