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:
commit
9ee7c5b57b
@ -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
|
Wed May 10 00:49:09 UTC 2023 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -110,11 +110,11 @@ BuildRequires: libzstd-devel
|
|||||||
BuildRequires: llvm16
|
BuildRequires: llvm16
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: group(velociraptor)
|
|
||||||
Requires: user(velociraptor)
|
|
||||||
ExclusiveArch: x86_64 ppc64le aarch64 s390x
|
ExclusiveArch: x86_64 ppc64le aarch64 s390x
|
||||||
%if %{build_server}
|
%if %{build_server}
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
|
Requires: group(velociraptor)
|
||||||
|
Requires: user(velociraptor)
|
||||||
%{?sysusers_requires}
|
%{?sysusers_requires}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user