From 1f2530dea50abc90d818bfe6a003e770b1abf678 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mar 15 2012 15:29:14 +0000 Subject: Make sure statd is start before NFS mounts (bz 786050) Signed-off-by: Steve Dickson --- diff --git a/nfs-lock.service b/nfs-lock.service index c1e1708..9de2059 100644 --- a/nfs-lock.service +++ b/nfs-lock.service @@ -2,6 +2,8 @@ Description=NFS file locking service. Requires=rpcbind.service network.target After=network.target named.service rpcbind.service +Wants=remote-fs-pre.target +Before=remote-fs-pre.target [Service] Type=forking diff --git a/nfs-utils.spec b/nfs-utils.spec index a33a353..5771b08 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser Name: nfs-utils URL: http://sourceforge.net/projects/nfs Version: 1.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 # group all 32bit related archs @@ -273,6 +273,9 @@ fi %attr(4755,root,root) /sbin/umount.nfs4 %changelog +* Thu Mar 15 2012 Steve Dickson 1.2.5-5 +- Make sure statd is start before NFS mounts (bz 786050) + * Mon Jan 16 2012 Steve Dickson 1.2.5-4 - Reworked how the nfsd service requires the rpcbind service (bz 768550)