Accepting request 1240816 from security:sensor

OBS-URL: https://build.opensuse.org/request/show/1240816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/velociraptor?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2025-01-28 16:19:16 +00:00 committed by Git OBS Bridge
commit c7a7b38eaf
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 27 15:40:56 UTC 2025 - Darragh O'Reilly <doreilly@suse.com>
- Don't try to build or use system-user-velociraptor on SLE12
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 17 17:37:39 UTC 2025 - Antonio Teixeira <antonio.teixeira@suse.com> Fri Jan 17 17:37:39 UTC 2025 - Antonio Teixeira <antonio.teixeira@suse.com>

View File

@ -235,7 +235,7 @@ https://docs.velociraptor.app/
This package contains only the endpoint agent. For the full server and GUI This package contains only the endpoint agent. For the full server and GUI
console, please install the 'velociraptor' package. console, please install the 'velociraptor' package.
%if 0%{?suse_version} %if 0%{?suse_version} && !0%{?pre_create_group}
%package -n system-user-velociraptor %package -n system-user-velociraptor
Summary: System user and group 'velociraptor' Summary: System user and group 'velociraptor'
Version: 1.0.0 Version: 1.0.0
@ -320,7 +320,7 @@ sysconfig_file_source=%{SOURCE7}
config_file=server.config config_file=server.config
%else %else
%if 0%{?suse_version} %if 0%{?suse_version} && !0%{?pre_create_group}
install -D -m 0644 %{SOURCE10} %{buildroot}%{_sysusersdir}/system-user-velociraptor.conf install -D -m 0644 %{SOURCE10} %{buildroot}%{_sysusersdir}/system-user-velociraptor.conf
%endif %endif
service_file_source=%{SOURCE5} service_file_source=%{SOURCE5}
@ -362,7 +362,7 @@ install -D -m 0755 output/velociraptor-v%{VERSION}-linux-* %buildroot/%{_bindir}
%dir %attr(%{state_dir_perms}) %{_sharedstatedir}/%{name}/tmp %dir %attr(%{state_dir_perms}) %{_sharedstatedir}/%{name}/tmp
%if %{build_client} %if %{build_client}
%if 0%{?suse_version} %if 0%{?suse_version} && !0%{?pre_create_group}
%files -n system-user-velociraptor %files -n system-user-velociraptor
%defattr(-, root, root) %defattr(-, root, root)
%{_sysusersdir}/system-user-velociraptor.conf %{_sysusersdir}/system-user-velociraptor.conf