Description of problem: After commit a2613263, autofs does: install -m 644 samples/auto.net $RPM_BUILD_ROOT/etc/auto.net however: $ head -4 /etc/auto.net #!/bin/bash # This file must be executable to work! chmod 755! Please consider to install file executable by install command: install -m 755 samples/auto.net $RPM_BUILD_ROOT/etc/auto.net as in previous versions: $ rpm -q autofs; rpm -qvl autofs|grep auto.net autofs-5.1.4-5.fc27.x86_64 -rwxr-xr-x 1 root root 902 Feb 1 08:05 /etc/auto.net $ rpm -q autofs; rpm -qvl autofs|grep auto.net autofs-5.1.4-12.fc28.x86_64 -rw-r--r-- 1 root root 902 Feb 19 02:44 /etc/auto.net
And auto.smb, and f28 will need fixing too.
autofs-5.1.4-13.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-f54c8bc173
autofs-5.1.4-14.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f54c8bc173
autofs-5.1.4-14.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.