From 2eef9ed28f0edddc350e37f6f7194d52bd65cf8d57764fd281f03998ba5f909f Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 6 Apr 2020 00:27:18 +0000 Subject: [PATCH] Accepting request 791188 from home:kukuk:container - Remove obsolete useradd call OBS-URL: https://build.opensuse.org/request/show/791188 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=221 --- nfs-utils.changes | 5 +++++ nfs-utils.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/nfs-utils.changes b/nfs-utils.changes index 79ab007..ee58886 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 3 11:04:11 UTC 2020 - Thorsten Kukuk + +- Remove obsolete useradd call + ------------------------------------------------------------------- Fri Mar 27 05:29:36 UTC 2020 - Neil Brown diff --git a/nfs-utils.spec b/nfs-utils.spec index 593a8bb..1306ca3 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -210,9 +210,6 @@ mkdir -p %{buildroot}%{_sysusersdir} install -m 644 %{SOURCE12} %{buildroot}%{_sysusersdir}/ %pre -n nfs-client -f statd.pre -/usr/bin/getent passwd statd >/dev/null || \ - /usr/sbin/useradd -r -c 'NFS statd daemon' \ - -s /sbin/nologin -d %{_localstatedir}/lib/nfs -g nogroup statd %service_add_pre auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service %post -n nfs-client