From 7bb1958b78c5cc0e8e53364bb7fdeac40145cd2a915f5cfe91d399c6314e9d7d Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Tue, 9 May 2023 23:43:33 +0000 Subject: [PATCH] Accepting request 1085748 from home:darix:apps - bump minimum nodejs to 18: building against 16 causes errors OBS-URL: https://build.opensuse.org/request/show/1085748 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=50 --- velociraptor.changes | 6 ++++++ velociraptor.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/velociraptor.changes b/velociraptor.changes index 238fe73..49147b2 100644 --- a/velociraptor.changes +++ b/velociraptor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 9 14:10:31 UTC 2023 - Marcus Rueckert + +- bump minimum nodejs to 18: + building against 16 causes errors + ------------------------------------------------------------------- Tue May 9 01:25:01 UTC 2023 - Jeff Mahoney diff --git a/velociraptor.spec b/velociraptor.spec index 074809e..29100a9 100644 --- a/velociraptor.spec +++ b/velociraptor.spec @@ -98,8 +98,8 @@ BuildRequires: systemd-rpm-macros BuildRequires: golang(API) >= 1.18 BuildRequires: pkgconfig(libsystemd) %if %{build_server} -BuildRequires: nodejs >= 16 -BuildRequires: npm >= 16 +BuildRequires: nodejs >= 18 +BuildRequires: npm >= 18 %endif %if %{with bpf} # clang15 causes libbpfgo to crash immediately