Release 216-2mamba
This commit is contained in:
parent
4f3e5ce76a
commit
101dd15c05
@ -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 <silvan.calarco@mambasoft.it> 216-2mamba
|
||||
- add group systemd-journal-remote
|
||||
|
||||
* Fri Sep 05 2014 Automatic Build System <autodist@mambasoft.it> 216-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user