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