Bug 1551553 - Commit a2613263 breaks /net mounts
Summary: Commit a2613263 breaks /net mounts
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: autofs
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ian Kent
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-05 12:19 UTC by Terje Røsten
Modified: 2018-03-30 12:42 UTC (History)
1 user (show)

Fixed In Version: autofs-5.1.4-14.fc28
Clone Of:
Environment:
Last Closed: 2018-03-30 12:42:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Terje Røsten 2018-03-05 12:19:53 UTC
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

Comment 1 Ian Kent 2018-03-06 09:50:33 UTC
And auto.smb, and f28 will need fixing too.

Comment 2 Fedora Update System 2018-03-06 10:09:18 UTC
autofs-5.1.4-13.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-f54c8bc173

Comment 3 Fedora Update System 2018-03-08 15:25:28 UTC
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

Comment 4 Fedora Update System 2018-03-30 12:42:24 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.