forked from pool/velociraptor
Accepting request 1060079 from home:jeff_mahoney:branches:security:sensor
- Fixed release detection to include Tumblweed OBS-URL: https://build.opensuse.org/request/show/1060079 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=39
This commit is contained in:
parent
be20427f10
commit
a66ed310ea
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 04:07:38 UTC 2023 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
- Fixed release detection to include Tumblweed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 02:20:07 UTC 2023 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
@ -21,6 +26,11 @@ Fri Jan 20 20:18:49 UTC 2023 - Jeff Mahoney <jeffm@suse.com>
|
||||
- vendor-build-fixes-for-SLE12.patch
|
||||
- sdjournal-build-fix-for-SLE12.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 16:37:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add memory limit to systemd unit
|
||||
|
||||
---------------------------------------------------------------------
|
||||
Fri Jan 20 16:37:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
# 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
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
|
||||
%bcond_without bpf
|
||||
%else
|
||||
%bcond_with bpf
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 04:07:38 UTC 2023 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
- Fixed release detection to include Tumblweed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 02:20:07 UTC 2023 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
# 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
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
|
||||
%bcond_without bpf
|
||||
%else
|
||||
%bcond_with bpf
|
||||
|
Loading…
Reference in New Issue
Block a user