From 6ab20944e0c4682e65b383e99fdae2cec0c891327368e15af443bdce9fc3e180 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 20 Jul 2023 09:59:08 +0000 Subject: [PATCH] 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 --- velociraptor.changes | 5 +++++ velociraptor.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/velociraptor.changes b/velociraptor.changes index bedab10..62cc400 100644 --- a/velociraptor.changes +++ b/velociraptor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 18 09:31:19 UTC 2023 - Marcus Meissner + +- require the group / user only in the server build + ------------------------------------------------------------------- Wed May 10 00:49:09 UTC 2023 - jeffm@suse.com diff --git a/velociraptor.spec b/velociraptor.spec index a79c607..37dd932 100644 --- a/velociraptor.spec +++ b/velociraptor.spec @@ -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