From d569238985011de7266ab9861a7c96b6aeeadb93 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Dec 20 2017 13:45:19 +0000 Subject: Removed unnecessary chown rpcuser in %post Signed-off-by: Steve Dickson --- diff --git a/nfs-utils.spec b/nfs-utils.spec index 3b71c28..79bc9de 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -240,9 +240,6 @@ fi %systemd_post nfs-config %systemd_post nfs-server -# Make sure statd used the correct uid/gid. -chown -R rpcuser:rpcuser /var/lib/nfs/statd - %preun if [ $1 -eq 0 ]; then %systemd_preun nfs-client.target @@ -321,6 +318,9 @@ fi %{_libdir}/libnfsidmap.so %changelog +* Wed Dec 20 2017 Steve Dickson 2.2.1-4.rc2 +- Removed unnecessary chown rpcuser in %post + * Tue Dec 19 2017 Steve Dickson 2.2.1-3.rc2 - Fix typo in nfs-utils_env.sh (bz 1516004)