Hide Forgot
Created attachment 511427 [details] A patch adding /etc/auto.master.d to the package Description of problem: In the latest rawhide package, /etc/auto.master.d is added to /etc/auto.master. However, /etc/auto.master.d directory is not prepared by autofs package. So a user has to do mkdir to use the /etc/auto.master.d mechanism. Version-Release number of selected component (if applicable): 1:5.0.6-1 How reproducible: Steps to Reproduce: 1. ls -l /etc | grep auto.master.d 2. 3. Actual results: You will get no output. Expected results: drwxr-xr-x 2 root root 4096 Jun 6 19:41 auto.master.d Additional info: Please, apply the patch to the spec file.
(In reply to comment #0) > > Please, apply the patch to the spec file. Spec file has been updated. Leaving in ASSIGNED until you can check the change.
I confirmed the bug is fixed.