Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package velociraptor for openSUSE:Factory checked in at 2025-01-18 13:18:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/velociraptor (Old) and /work/SRC/openSUSE:Factory/.velociraptor.new.5589 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "velociraptor" Sat Jan 18 13:18:22 2025 rev:16 rq:1238559 version:0.7.0.4.git142.862ef23 Changes: -------- --- /work/SRC/openSUSE:Factory/velociraptor/velociraptor.changes 2025-01-17 18:44:20.854290393 +0100 +++ /work/SRC/openSUSE:Factory/.velociraptor.new.5589/velociraptor.changes 2025-01-18 13:18:42.462993825 +0100 @@ -1,0 +2,6 @@ +Fri Jan 17 17:37:39 UTC 2025 - Antonio Teixeira <antonio.teixe...@suse.com> + +- Reorganize llvm dependency version conditionals +- Use llvm17 for Leap 15.5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ velociraptor.spec ++++++ --- /var/tmp/diff_new_pack.sUwWrd/_old 2025-01-18 13:18:44.531079101 +0100 +++ /var/tmp/diff_new_pack.sUwWrd/_new 2025-01-18 13:18:44.535079266 +0100 @@ -51,6 +51,18 @@ %bcond_without bpf %endif +%if %{with bpf} && 0%{?suse_version} +%if 0%{?suse_version} > 1500 || 0%{?sle_version} == 150600 || (0%{?sle_version} == 150500 && 0%{?is_opensuse}) +%global llvm_version 17 +%else +%if 0%{?sle_version} >= 150300 +%global llvm_version 16 +%else +%global llvm_version 13 +%endif +%endif +%endif + %if "%{_vendor}" == "debbuild" %define _unitdir /usr/lib/systemd/system %endif @@ -122,23 +134,14 @@ BuildRequires: nodejs >= 18 BuildRequires: npm >= 18 %endif + %if %{with bpf} %if 0%{?suse_version} -%if 0%{?suse_version} > 1500 || 0%{?sle_version} == 150600 -BuildRequires: clang17 -BuildRequires: llvm17 -%else -%if 0%{?sle_version} >= 150300 -BuildRequires: clang16 -BuildRequires: llvm16 -%if 0%{?sle_version} > 150400 +BuildRequires: clang%{?llvm_version} +BuildRequires: llvm%{?llvm_version} +%if 0%{?sle_version} == 150500 && !0%{?is_opensuse} BuildRequires: llvm16-libclang13 %endif -%else -BuildRequires: clang13 -BuildRequires: llvm13 -%endif -%endif BuildRequires: libelf-devel BuildRequires: libzstd-devel BuildRequires: zlib-devel