forked from pool/velociraptor
Accepting request 1060071 from home:jeff_mahoney:branches:security:sensor
- Increase required release to enable eBPF to SLE 15 SP2 and openSUSE Leap 15.2. Earlier versions don't have a usable eBPF and can't easily build llvm13. - Increase required release to enable eBPF to SLE 15 SP2 and openSUSE Leap 15.2. Earlier versions don't have a usable eBPF and can't easily build llvm13. OBS-URL: https://build.opensuse.org/request/show/1060071 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=36
This commit is contained in:
parent
d5702730fe
commit
868045c06c
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 02:20:07 UTC 2023 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
- Increase required release to enable eBPF to SLE 15 SP2 and
|
||||
openSUSE Leap 15.2. Earlier versions don't have a usable eBPF
|
||||
and can't easily build llvm13.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 01:44:59 UTC 2023 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
|
@ -20,7 +20,10 @@
|
||||
%define vendor_version 0.6.7.4~git41.678ed56
|
||||
%define vmlinux_h_version 5.14.21150400.22-150400-default
|
||||
|
||||
%if 0%{?suse_version} >= 1500
|
||||
# SLE 15 SP2 / Leap 15.2 or newer gets eBPF
|
||||
# Earlier versions don't have a usable eBPF and the
|
||||
# release doesn't easily build llvm13
|
||||
%if 0%{?sle_version} >= 150200
|
||||
%bcond_without bpf
|
||||
%else
|
||||
%bcond_with bpf
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 02:20:07 UTC 2023 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
- Increase required release to enable eBPF to SLE 15 SP2 and
|
||||
openSUSE Leap 15.2. Earlier versions don't have a usable eBPF
|
||||
and can't easily build llvm13.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 01:44:59 UTC 2023 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
|
@ -20,7 +20,10 @@
|
||||
%define vendor_version 0.6.7.4~git41.678ed56
|
||||
%define vmlinux_h_version 5.14.21150400.22-150400-default
|
||||
|
||||
%if 0%{?suse_version} >= 1500
|
||||
# SLE 15 SP2 / Leap 15.2 or newer gets eBPF
|
||||
# Earlier versions don't have a usable eBPF and the
|
||||
# release doesn't easily build llvm13
|
||||
%if 0%{?sle_version} >= 150200
|
||||
%bcond_without bpf
|
||||
%else
|
||||
%bcond_with bpf
|
||||
|
Loading…
Reference in New Issue
Block a user