- fix incorrect configure option.

This commit is contained in:
Ian Kent 2020-08-25 09:24:45 +08:00
parent e76f23269b
commit d029998929

View File

@ -8,7 +8,7 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.1.6
Release: 9%{?dist}
Release: 10%{?dist}
Epoch: 1
License: GPLv2+
Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz
@ -112,7 +112,7 @@ LDFLAGS=-Wl,-z,now
%configure \
--disable-mount-locking \
--enable-ignore-busy \
--enable-forced-shutdown \
--enable-force-shutdown \
--without-hesiod \
--with-libtirpc %{?systemd_configure_arg:}
make initdir=%{_initrddir} DONTSTRIP=1
@ -205,6 +205,9 @@ fi
%dir /etc/auto.master.d
%changelog
* Tue Aug 25 2020 Ian Kent <ikent@redhat.com> - 1:5.1.6-10
- fix incorrect configure option.
* Tue Aug 25 2020 Ian Kent <ikent@redhat.com> - 1:5.1.6-9
- mount_nfs.c fix local rdma share not mounting.
- fix ldap sasl reconnect problem.