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:
parent
7e4a12a3fa
commit
241bb91d31
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user