- fix install mode of autofs_ldap_auth.conf.
This commit is contained in:
parent
01daf4f740
commit
a116beda2c
@ -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.misc $RPM_BUILD_ROOT/etc/auto.misc
|
||||||
+install -m 644 samples/auto.net $RPM_BUILD_ROOT/etc/auto.net
|
+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/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
|
%clean
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
Summary: A tool for automatically mounting and unmounting filesystems
|
Summary: A tool for automatically mounting and unmounting filesystems
|
||||||
Name: autofs
|
Name: autofs
|
||||||
Version: 5.1.4
|
Version: 5.1.4
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -199,6 +199,9 @@ fi
|
|||||||
%dir /etc/auto.master.d
|
%dir /etc/auto.master.d
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 6 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-8
|
||||||
- add missing BuildRequires.
|
- add missing BuildRequires.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user