From 126aa118e152c5c276b197bab15e72698890a952 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Thu, 4 Aug 2016 14:18:42 +0200 Subject: [PATCH] Don't create systemd-bus-proxy user and group We no longer ship bus-proxyd hence user and group are not needed anymore. --- systemd.spec | 2 -- 1 file changed, 2 deletions(-) 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 || :