Blame SOURCES/autofs-5.1.1-add-remote-fs-target-systemd-dependency.patch

304803
autofs-5.1.1 - add remote-fs.target systemd dependency
304803
304803
From: Ian Kent <raven@themaw.net>
304803
304803
If maps are stored on a NFS mount autofs will fail to start if the
304803
systemd unit doesn't depend on the remote-fs target.
304803
304803
I'm not sure how this will affect systems that don't have anything
304803
to depend on in the remote-fs target but I expect it will not stop
304803
the startup from functioning.
304803
---
304803
 CHANGELOG                 |    1 +
304803
 samples/autofs.service.in |    2 +-
304803
 2 files changed, 2 insertions(+), 1 deletion(-)
304803
304803
--- autofs-5.0.7.orig/CHANGELOG
304803
+++ autofs-5.0.7/CHANGELOG
304803
@@ -183,6 +183,7 @@
304803
 - update map_hash_table_size description.
304803
 - fix out of order call in program map lookup.
304803
 - make service want network-online.
304803
+- add remote-fs.target systemd dependency.
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
--- autofs-5.0.7.orig/samples/autofs.service.in
304803
+++ autofs-5.0.7/samples/autofs.service.in
304803
@@ -1,6 +1,6 @@
304803
 [Unit]
304803
 Description=Automounts filesystems on demand
304803
-After=network.target ypbind.service sssd.service network-online.target
304803
+After=network.target ypbind.service sssd.service network-online.target remote-fs.target
304803
 Wants=network-online.target
304803
 
304803
 [Service]