Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nodejs16 for openSUSE:Factory checked in at 2022-02-01 14:02:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs16 (Old) and /work/SRC/openSUSE:Factory/.nodejs16.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs16" Tue Feb 1 14:02:35 2022 rev:16 rq:949749 version:16.13.2 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs16/nodejs16.changes 2022-01-27 23:16:24.051212808 +0100 +++ /work/SRC/openSUSE:Factory/.nodejs16.new.1898/nodejs16.changes 2022-02-01 14:03:03.464031322 +0100 @@ -1,0 +2,6 @@ +Fri Jan 28 16:09:53 UTC 2022 - Adam Majer <adam.ma...@suse.de> + +- Add buildtime version check to determine if we need patched + openssl Requires: or already in upstream. (bsc#1192489) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs16.spec ++++++ --- /var/tmp/diff_new_pack.0rGLrZ/_old 2022-02-01 14:03:04.400024905 +0100 +++ /var/tmp/diff_new_pack.0rGLrZ/_new 2022-02-01 14:03:04.420024769 +0100 @@ -260,7 +260,7 @@ BuildRequires: pkgconfig(openssl) >= %{openssl_req_ver} # require patched openssl library on SLES for nodejs16 -%if %node_version_number >= 16 && 0%{?suse_version} <= 1500 && 0%{?suse_version} && 0%{with openssl_RSA_get0_pss_params} +%if %node_version_number >= 16 && 0%{?suse_version} <= 1500 && 0%{?suse_version} && %{pkg_vcmp openssl-1_1 < '1.1.1e' } && 0%{with openssl_RSA_get0_pss_params} BuildRequires: openssl-has-RSA_get0_pss_params Requires: openssl-has-RSA_get0_pss_params %endif