- also update changelog for permission change.

This commit is contained in:
Ian Kent 2018-03-06 17:54:38 +08:00
parent 8645e8d013
commit 166b24f13e

View File

@ -8,7 +8,7 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.1.4
Release: 12%{?dist}
Release: 13%{?dist}
Epoch: 1
License: GPLv2+
Group: System Environment/Daemons
@ -206,6 +206,10 @@ fi
%dir /etc/auto.master.d
%changelog
* Tue Mar 06 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-13
- fix install permissions of auto.net and auto.smb.
- update change log.
* Mon Feb 19 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-12
- dont allow trailing slash in master map mount points.
- fix libresolv configure check.