SHA256
1
0
forked from pool/velociraptor

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
This commit is contained in:
Antonio Teixeira 2024-04-27 16:58:31 +00:00 committed by Git OBS Bridge
parent a667aa6514
commit f4ebb447db
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 27 16:11:14 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
- Fix group(velociraptor) dependency for SLE 15 SP3
-------------------------------------------------------------------
Tue Apr 23 10:28:10 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>

View File

@ -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