Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package open-vm-tools for openSUSE:Factory checked in at 2023-12-12 19:31:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old) and /work/SRC/openSUSE:Factory/.open-vm-tools.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-vm-tools" Tue Dec 12 19:31:43 2023 rev:121 rq:1132558 version:12.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes 2023-11-01 22:09:31.710663715 +0100 +++ /work/SRC/openSUSE:Factory/.open-vm-tools.new.25432/open-vm-tools.changes 2023-12-12 19:31:44.731388377 +0100 @@ -1,0 +2,8 @@ +Mon Dec 11 18:16:29 UTC 2023 - Kirk Allan <kal...@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. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-vm-tools.spec ++++++ --- /var/tmp/diff_new_pack.Ugb6D2/_old 2023-12-12 19:31:45.439414500 +0100 +++ /var/tmp/diff_new_pack.Ugb6D2/_new 2023-12-12 19:31:45.443414648 +0100 @@ -108,8 +108,12 @@ %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