From a66ed310ea0a288dade02aea500e6b7cb43a51d54ce214ac7830f1ba43c2b385 Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Sat, 21 Jan 2023 04:12:03 +0000 Subject: [PATCH] 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 --- velociraptor-client.changes | 10 ++++++++++ velociraptor-client.spec | 2 +- velociraptor.changes | 5 +++++ velociraptor.spec | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/velociraptor-client.changes b/velociraptor-client.changes index fe1cf99..1dfdd75 100644 --- a/velociraptor-client.changes +++ b/velociraptor-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 21 04:07:38 UTC 2023 - Jeff Mahoney + +- Fixed release detection to include Tumblweed + ------------------------------------------------------------------- Sat Jan 21 02:20:07 UTC 2023 - Jeff Mahoney @@ -21,6 +26,11 @@ Fri Jan 20 20:18:49 UTC 2023 - Jeff Mahoney - vendor-build-fixes-for-SLE12.patch - sdjournal-build-fix-for-SLE12.patch +------------------------------------------------------------------- +Fri Jan 20 16:37:17 UTC 2023 - Dirk Müller + +- add memory limit to systemd unit + --------------------------------------------------------------------- Fri Jan 20 16:37:17 UTC 2023 - Dirk Müller diff --git a/velociraptor-client.spec b/velociraptor-client.spec index 2a09094..9a1a9e1 100644 --- a/velociraptor-client.spec +++ b/velociraptor-client.spec @@ -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 diff --git a/velociraptor.changes b/velociraptor.changes index f6f2c5a..fd2d27f 100644 --- a/velociraptor.changes +++ b/velociraptor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 21 04:07:38 UTC 2023 - Jeff Mahoney + +- Fixed release detection to include Tumblweed + ------------------------------------------------------------------- Sat Jan 21 02:20:07 UTC 2023 - Jeff Mahoney diff --git a/velociraptor.spec b/velociraptor.spec index 25da632..31d6a17 100644 --- a/velociraptor.spec +++ b/velociraptor.spec @@ -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