Accepting request 1168450 from home:ojkastl_buildservice:Branch_server_monitoring

new package system-user-alloy: user for Grafana Alloy

OBS-URL: https://build.opensuse.org/request/show/1168450
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/system-user-alloy?expand=0&rev=1
This commit is contained in:
Dirk Stoecker 2024-05-14 13:24:33 +00:00 committed by Git OBS Bridge
commit 33abe5b1ef
5 changed files with 78 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Tue Feb 6 09:45:47 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- new package system-user-alloy: user for Grafana Alloy

3
system-user-alloy.conf Normal file
View File

@ -0,0 +1,3 @@
#Type Name ID GECOS Home Shell
u alloy - - /var/lib/alloy /usr/sbin/nologin
m alloy systemd-journal

47
system-user-alloy.spec Normal file
View File

@ -0,0 +1,47 @@
#
# spec file for package system-user-alloy
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: system-user-alloy
Version: 1.0.0
Release: 0
Summary: System user and group 'alloy'
License: Apache-2.0
Source0: system-user-alloy.conf
BuildRequires: sysuser-tools
Provides: group(alloy)
Provides: user(alloy)
BuildArch: noarch
%sysusers_requires
%description
This package provides a system user for Grafana Alloy.
%prep
%setup -q -c -T
%build
%sysusers_generate_pre %{SOURCE0} user
%install
install -Dm644 %{SOURCE0} %{buildroot}%{_sysusersdir}/system-user-alloy.conf
%pre -f user.pre
%files
%{_sysusersdir}/system-user-alloy.conf
%changelog