commit 33abe5b1ef40b67618f2aca775684cf191db49e1ff0d5ba408c35ac4fb3cc768 Author: Dirk Stoecker Date: Tue May 14 13:24:33 2024 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/system-user-alloy.changes b/system-user-alloy.changes new file mode 100644 index 0000000..37c87e6 --- /dev/null +++ b/system-user-alloy.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Feb 6 09:45:47 UTC 2024 - Johannes Kastl + +- new package system-user-alloy: user for Grafana Alloy diff --git a/system-user-alloy.conf b/system-user-alloy.conf new file mode 100644 index 0000000..b99be77 --- /dev/null +++ b/system-user-alloy.conf @@ -0,0 +1,3 @@ +#Type Name ID GECOS Home Shell +u alloy - - /var/lib/alloy /usr/sbin/nologin +m alloy systemd-journal diff --git a/system-user-alloy.spec b/system-user-alloy.spec new file mode 100644 index 0000000..8dc247a --- /dev/null +++ b/system-user-alloy.spec @@ -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