- fix install mode of autofs_ldap_auth.conf.

This commit is contained in:
Ian Kent 2018-02-07 07:45:14 +08:00
parent 01daf4f740
commit a116beda2c
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 <ikent@redhat.com> - 1:5.1.4-9
- fix install mode of autofs_ldap_auth.conf.
* Tue Feb 6 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-8
- add missing BuildRequires.