forked from pool/velociraptor
Accepting request 1099705 from home:msmeissn:branches:security:sensor
- require the group / user only in the server build OBS-URL: https://build.opensuse.org/request/show/1099705 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=53
This commit is contained in:
parent
154074cae5
commit
6ab20944e0
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user