diff --git a/systemd.spec b/systemd.spec index f136c12..441d8a0 100644 --- a/systemd.spec +++ b/systemd.spec @@ -361,8 +361,6 @@ getent group systemd-network >/dev/null 2>&1 || groupadd -r systemd-network 2>&1 getent passwd systemd-network >/dev/null 2>&1 || useradd -r -l -g systemd-network -d / -s /sbin/nologin -c "systemd Network Management" systemd-network >/dev/null 2>&1 || : getent group systemd-resolve >/dev/null 2>&1 || groupadd -r systemd-resolve 2>&1 || : getent passwd systemd-resolve >/dev/null 2>&1 || useradd -r -l -g systemd-resolve -d / -s /sbin/nologin -c "systemd Resolver" systemd-resolve >/dev/null 2>&1 || : -getent group systemd-bus-proxy >/dev/null 2>&1 || groupadd -r systemd-bus-proxy 2>&1 || : -getent passwd systemd-bus-proxy >/dev/null 2>&1 || useradd -r -l -g systemd-bus-proxy -d / -s /sbin/nologin -c "systemd Bus Proxy" systemd-bus-proxy >/dev/null 2>&1 || : %post systemd-machine-id-setup >/dev/null 2>&1 || :