diff --git a/autofs-5.1.4-Makefiles.rules-remove-samples-from-SUBDIRS.patch b/autofs-5.1.4-Makefiles.rules-remove-samples-from-SUBDIRS.patch index e5ef39c..d06748d 100644 --- a/autofs-5.1.4-Makefiles.rules-remove-samples-from-SUBDIRS.patch +++ b/autofs-5.1.4-Makefiles.rules-remove-samples-from-SUBDIRS.patch @@ -59,7 +59,7 @@ index 6da0655d..57d8db46 100644 +install -m 644 samples/auto.misc $RPM_BUILD_ROOT/etc/auto.misc +install -m 644 samples/auto.net $RPM_BUILD_ROOT/etc/auto.net +install -m 644 samples/auto.smb $RPM_BUILD_ROOT/etc/auto.smb -+install -m 644 samples/autofs_ldap_auth.conf $RPM_BUILD_ROOT/etc/autofs_ldap_auth.conf ++install -m 600 samples/autofs_ldap_auth.conf $RPM_BUILD_ROOT/etc/autofs_ldap_auth.conf + %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT diff --git a/autofs.spec b/autofs.spec index acf72b2..3177a48 100644 --- a/autofs.spec +++ b/autofs.spec @@ -8,7 +8,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.1.4 -Release: 8%{?dist} +Release: 9%{?dist} Epoch: 1 License: GPLv2+ Group: System Environment/Daemons @@ -199,6 +199,9 @@ fi %dir /etc/auto.master.d %changelog +* Tue Feb 7 2018 Ian Kent - 1:5.1.4-9 +- fix install mode of autofs_ldap_auth.conf. + * Tue Feb 6 2018 Ian Kent - 1:5.1.4-8 - add missing BuildRequires.