forked from pool/system-user-alloy
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
c71543a220 | ||
|
da9a157d33 | ||
|
3dc267a465 | ||
|
981ed1da95 | ||
|
a4c720acff |
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 09:56:05 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- make BuildRequire for systemd-journal use group dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 08:38:54 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- add BuildRequire for systemd to have the systemd-journal group
|
||||
present
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 09:45:47 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package system-user-alloy
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: system-user-alloy
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
@ -22,6 +23,13 @@ Summary: System user and group 'alloy'
|
||||
License: Apache-2.0
|
||||
Source0: system-user-alloy.conf
|
||||
BuildRequires: sysuser-tools
|
||||
%if %{?suse_version} >= 1600
|
||||
BuildRequires: group(systemd-journal)
|
||||
Requires: group(systemd-journal)
|
||||
%else
|
||||
BuildRequires: systemd
|
||||
Requires: systemd
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%sysusers_requires
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user