diff --git a/velociraptor.changes b/velociraptor.changes index fd35415..a133f53 100644 --- a/velociraptor.changes +++ b/velociraptor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 22 13:19:14 UTC 2024 - Antonio Teixeira + +- Use clang16 for SLE 15 SP4 and above. + ------------------------------------------------------------------- Thu Jan 18 15:36:50 UTC 2024 - Antonio Teixeira diff --git a/velociraptor.spec b/velociraptor.spec index e2b4ab1..144cbda 100644 --- a/velociraptor.spec +++ b/velociraptor.spec @@ -1007,7 +1007,7 @@ BuildRequires: npm >= 18 %endif %if %{with bpf} %if 0%{?suse_version} -%if %{suse_version} > 150600 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300 BuildRequires: clang16 BuildRequires: llvm16 %else