SHA256
1
0
forked from pool/velociraptor

Accepting request 1101044 from security:sensor

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1101044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/velociraptor?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2023-07-27 14:53:11 +00:00 committed by Git OBS Bridge
commit 9ee7c5b57b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 18 09:31:19 UTC 2023 - Marcus Meissner <meissner@suse.com>
- require the group / user only in the server build
-------------------------------------------------------------------
Wed May 10 00:49:09 UTC 2023 - jeffm@suse.com

View File

@ -110,11 +110,11 @@ BuildRequires: libzstd-devel
BuildRequires: llvm16
BuildRequires: zlib-devel
%endif
Requires: group(velociraptor)
Requires: user(velociraptor)
ExclusiveArch: x86_64 ppc64le aarch64 s390x
%if %{build_server}
BuildRequires: sysuser-tools
Requires: group(velociraptor)
Requires: user(velociraptor)
%{?sysusers_requires}
%endif