From b2152319401ddf5c348b58f88f696d2a24fe43a2 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:35:57 +0100 Subject: [PATCH] Release 216-7mamba --- systemd.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 9a628da..5375ffb 100644 --- a/systemd.spec +++ b/systemd.spec @@ -19,11 +19,13 @@ %define group_systemd_timesync 64 %define user_systemd_journal_remote 65 %define group_systemd_journal_remote 65 +%define user_systemd_journal_upload 66 +%define group_systemd_journal_upload 66 Name: systemd Epoch: 2 Version: 216 -Release: 6mamba +Release: 7mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -288,6 +290,10 @@ if [ "$1" -ge 1 ]; then -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-journal-upload -g %{group_systemd_journal_upload} 2>/dev/null + useradd -u %{user_systemd_journal_upload} -g systemd-timesync \ + -d /dev/null -s /sbin/nologin -c "Systemd journal upload" \ + systemd-journal-upload 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" \ @@ -628,6 +634,9 @@ fi %{_datadir}/pkgconfig/udev.pc %changelog +* Thu Oct 16 2014 Silvan Calarco 216-7mamba +- create systemd-journal-upload user and group + * Sat Sep 27 2014 Silvan Calarco 216-6mamba - patch sysv-generator to use native targets instead of runlevel*.target to fix broken sysv services startup - fix poststrans script for broken old sysv symlinks removal