Release 216-2mamba

This commit is contained in:
Automatic Build System 2023-12-30 11:35:42 +01:00
parent 4f3e5ce76a
commit 101dd15c05

View File

@ -17,10 +17,13 @@
%define group_systemd_bus_proxy 62 %define group_systemd_bus_proxy 62
%define user_systemd_timesync 64 %define user_systemd_timesync 64
%define group_systemd_timesync 64 %define group_systemd_timesync 64
%define user_systemd_journal_remote 65
%define group_systemd_journal_remote 65
Name: systemd Name: systemd
Epoch: 2 Epoch: 2
Version: 216 Version: 216
Release: 1mamba Release: 2mamba
Summary: A system and service manager compatible with SysV and LSB init scripts Summary: A system and service manager compatible with SysV and LSB init scripts
Group: System/Configuration Group: System/Configuration
Vendor: openmamba Vendor: openmamba
@ -283,6 +286,7 @@ if [ "$1" -ge 1 ]; then
useradd -u %{user_systemd_journal_gateway} -g systemd-journal-gateway \ useradd -u %{user_systemd_journal_gateway} -g systemd-journal-gateway \
-d /var/log/journal -s /sbin/nologin -c "Journal Gateway" \ -d /var/log/journal -s /sbin/nologin -c "Journal Gateway" \
systemd-journal-gateway 2>/dev/null 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 groupadd systemd-network -g %{group_systemd_network} 2>/dev/null
useradd -u %{user_systemd_network} -g systemd-network \ useradd -u %{user_systemd_network} -g systemd-network \
-d /dev/null -s /sbin/nologin -c "Systemd Network" \ -d /dev/null -s /sbin/nologin -c "Systemd Network" \
@ -616,6 +620,9 @@ fi
%{_datadir}/pkgconfig/udev.pc %{_datadir}/pkgconfig/udev.pc
%changelog %changelog
* Sun Sep 07 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 216-2mamba
- add group systemd-journal-remote
* Fri Sep 05 2014 Automatic Build System <autodist@mambasoft.it> 216-1mamba * Fri Sep 05 2014 Automatic Build System <autodist@mambasoft.it> 216-1mamba
- automatic version update by autodist - automatic version update by autodist