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

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