Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nodejs18 for openSUSE:Factory checked in at 2023-02-02 18:08:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs18 (Old) and /work/SRC/openSUSE:Factory/.nodejs18.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs18" Thu Feb 2 18:08:08 2023 rev:11 rq:1062438 version:18.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs18/nodejs18.changes 2023-01-31 16:30:37.441660972 +0100 +++ /work/SRC/openSUSE:Factory/.nodejs18.new.32243/nodejs18.changes 2023-02-02 18:29:02.399706172 +0100 @@ -1,0 +2,7 @@ +Wed Feb 1 07:58:26 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Do not use pkg_vcmp to decide BuildDependencies: this works based + on 'installed packages' which is not interpreted correctly by the + scheduler. Rather switch to boolean dependencies. + +------------------------------------------------------------------ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs18.spec ++++++ --- /var/tmp/diff_new_pack.Yxw2IR/_old 2023-02-02 18:29:03.087710387 +0100 +++ /var/tmp/diff_new_pack.Yxw2IR/_new 2023-02-02 18:29:03.091710411 +0100 @@ -282,16 +282,14 @@ %if 0%{?suse_version} >= 1500 BuildRequires: openssl >= %{openssl_req_ver} +BuildRequires: (libopenssl1_1-hmac if libopenssl-1_1-devel) +BuildRequires: (libopenssl3-hmac if libopenssl-3-devel) %else BuildRequires: openssl-1_1 >= %{openssl_req_ver} -%endif - -%if %{pkg_vcmp pkgconfig(openssl) > '3.0' } -BuildRequires: libopenssl3-hmac -%else BuildRequires: libopenssl1_1-hmac %endif + # /suse_version %endif