From 241bb91d31c28a70bb32092a648636602205395e3669583a095e2af9c073a489 Mon Sep 17 00:00:00 2001 From: Antonio Teixeira Date: Thu, 22 Feb 2024 13:27:13 +0000 Subject: [PATCH] Accepting request 1149391 from home:ateixeira:branches:security:sensor - Use clang16 for SLE 15 SP4 and above. OBS-URL: https://build.opensuse.org/request/show/1149391 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=61 --- velociraptor.changes | 5 +++++ velociraptor.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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