[nfs-utils/f16] Make sure exports are done after DNS is started (bz 770604)

Steve Dickson steved at fedoraproject.org
Tue Mar 27 14:51:12 UTC 2012


commit 04f258600393c80f35708c4772d8bc698f8df08d
Author: Steve Dickson <steved at redhat.com>
Date:   Mon Mar 26 15:27:49 2012 -0400

    Make sure exports are done after DNS is started (bz 770604)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-server.service |    4 ++--
 nfs-utils.spec     |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nfs-server.service b/nfs-server.service
index 03bda17..edfca04 100644
--- a/nfs-server.service
+++ b/nfs-server.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=NFS Server
-Requires=proc-fs-nfsd.mount rpcbind.service
-After=syslog.target network.target rpcbind.service proc-fs-nfsd.mount
+Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service
+After=network.target named.service rpcbind.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
 
 [Service]
 Type=forking
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 513ac27..6498e71 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: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -277,6 +277,9 @@ fi
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Mon Mar 26 2012 Steve Dickson <steved at redhat.com> 1.2.5-6
+- Make sure exports are done after DNS is started (bz 770604)
+
 * Fri Mar 16 2012 Steve Dickson <steved at redhat.com> 1.2.5-5
 - Make sure statd is start before NFS mounts (bz 786050)
 - rpc.idmap: Hide global symbols from libidmap plugins (bz 797332)


More information about the scm-commits mailing list