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
This commit is contained in:
Antonio Teixeira 2024-02-22 13:27:13 +00:00 committed by Git OBS Bridge
parent 7e4a12a3fa
commit 241bb91d31
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 13:19:14 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
- Use clang16 for SLE 15 SP4 and above.
-------------------------------------------------------------------
Thu Jan 18 15:36:50 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>

View File

@ -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