Blame SOURCES/nfs-utils-1.3.0-systemd-decouple.patch

64c563
diff -up nfs-utils-1.3.0/systemd/nfs-server.service.orig nfs-utils-1.3.0/systemd/nfs-server.service
64c563
--- nfs-utils-1.3.0/systemd/nfs-server.service.orig	2015-09-29 16:45:31.998991287 -0400
64c563
+++ nfs-utils-1.3.0/systemd/nfs-server.service	2015-09-29 16:55:00.386866977 -0400
64c563
@@ -1,7 +1,7 @@
64c563
 [Unit]
64c563
 Description=NFS server and services
64c563
 DefaultDependencies=no
64c563
-Requires= network.target proc-fs-nfsd.mount rpcbind.service
64c563
+Requires= network.target proc-fs-nfsd.mount rpcbind.target
64c563
 Requires= nfs-mountd.service
64c563
 Wants=rpc-statd.service nfs-idmapd.service
64c563
 Wants=rpc-statd-notify.service
64c563
diff -up nfs-utils-1.3.0/systemd/rpc-statd.service.orig nfs-utils-1.3.0/systemd/rpc-statd.service
64c563
--- nfs-utils-1.3.0/systemd/rpc-statd.service.orig	2015-09-29 16:45:31.999991304 -0400
64c563
+++ nfs-utils-1.3.0/systemd/rpc-statd.service	2015-09-29 16:55:30.766394792 -0400
64c563
@@ -2,7 +2,7 @@
64c563
 Description=NFS status monitor for NFSv2/3 locking.
64c563
 DefaultDependencies=no
64c563
 Conflicts=umount.target
64c563
-Requires=nss-lookup.target rpcbind.service
64c563
+Requires=nss-lookup.target rpcbind.target
64c563
 After=network.target nss-lookup.target rpcbind.service
64c563
 
64c563
 PartOf=nfs-utils.service