[nfs-utils/f16] Added named.service to After list in nfs-server.service (bz 742746)

Steve Dickson steved at fedoraproject.org
Thu Oct 13 17:06:04 UTC 2011


commit d8dd4e5e6a99d1c5aae77146fce5e16bfc1c0028
Author: Steve Dickson <steved at redhat.com>
Date:   Thu Oct 13 12:55:50 2011 -0400

    Added named.service to After list in nfs-server.service (bz 742746)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-server.service |    2 +-
 nfs-utils.spec     |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nfs-server.service b/nfs-server.service
index bfe6baa..adddca1 100644
--- a/nfs-server.service
+++ b/nfs-server.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=NFS Server
 Requires=proc-fs-nfsd.mount
-After=network.target rpcbind.service proc-fs-nfsd.mount
+After=network.target rpcbind.service proc-fs-nfsd.mount named.service
 
 [Service]
 Type=forking
diff --git a/nfs-utils.spec b/nfs-utils.spec
index bd17c31..3d7d3c4 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: 0%{?dist}
+Release: 1%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -269,7 +269,10 @@ fi
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
-* Tue Sep 27 2011 Steve Dickson <steved at redhat.com> 1.2.5.0
+* Thu Oct 13 2011 Steve Dickson <steved at redhat.com> 1.2.5-1
+- Added named.service to After list in nfs-server.service (bz 742746)
+
+* Tue Sep 27 2011 Steve Dickson <steved at redhat.com> 1.2.5-0
 - Update to upstream release: nfs-utils-1.2.5 (bz 739606)
 
 * Wed Sep 14 2011 Steve Dickson <steved at redhat.com> 1.2.4-9


More information about the scm-commits mailing list