From f4ebb447dbbf39e26a366026c5490bcec0b0064ab53ebf5d9681c980dcd7996b Mon Sep 17 00:00:00 2001 From: Antonio Teixeira Date: Sat, 27 Apr 2024 16:58:31 +0000 Subject: [PATCH] Accepting request 1170490 from home:ateixeira:sensor:sp3 - Fix group(velociraptor) dependency for SLE 15 SP3 OBS-URL: https://build.opensuse.org/request/show/1170490 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=74 --- velociraptor.changes | 5 +++++ velociraptor.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/velociraptor.changes b/velociraptor.changes index e125888..73d9049 100644 --- a/velociraptor.changes +++ b/velociraptor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 27 16:11:14 UTC 2024 - Antonio Teixeira + +- Fix group(velociraptor) dependency for SLE 15 SP3 + ------------------------------------------------------------------- Tue Apr 23 10:28:10 UTC 2024 - Antonio Teixeira diff --git a/velociraptor.spec b/velociraptor.spec index 7f11a9e..0bbccca 100644 --- a/velociraptor.spec +++ b/velociraptor.spec @@ -163,8 +163,8 @@ Obsoletes: velociraptor-kafka-humio-gateway < %{version} %endif %if 0%{?suse_version} -# SLE12 doesn't support sysusers -%if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000 +# SLE12 doesn't support sysusers and releases lower than SP4 don't build the server flavor which includes the system-user-velociraptor package. +%if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150400 Requires(pre): pwdutils %define pre_create_group 1 %else