From 101dd15c05cb86c1d2a2e4551f93fc6f7b4d0975 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:35:42 +0100 Subject: [PATCH] Release 216-2mamba --- systemd.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 5922202..fb226b0 100644 --- a/systemd.spec +++ b/systemd.spec @@ -17,10 +17,13 @@ %define group_systemd_bus_proxy 62 %define user_systemd_timesync 64 %define group_systemd_timesync 64 +%define user_systemd_journal_remote 65 +%define group_systemd_journal_remote 65 + Name: systemd Epoch: 2 Version: 216 -Release: 1mamba +Release: 2mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -283,6 +286,7 @@ if [ "$1" -ge 1 ]; then useradd -u %{user_systemd_journal_gateway} -g systemd-journal-gateway \ -d /var/log/journal -s /sbin/nologin -c "Journal Gateway" \ systemd-journal-gateway 2>/dev/null + groupadd systemd-journal-remote -g %{group_systemd_journal_remote} 2>/dev/null groupadd systemd-network -g %{group_systemd_network} 2>/dev/null useradd -u %{user_systemd_network} -g systemd-network \ -d /dev/null -s /sbin/nologin -c "Systemd Network" \ @@ -616,6 +620,9 @@ fi %{_datadir}/pkgconfig/udev.pc %changelog +* Sun Sep 07 2014 Silvan Calarco 216-2mamba +- add group systemd-journal-remote + * Fri Sep 05 2014 Automatic Build System 216-1mamba - automatic version update by autodist