- fix parsing of numeric host names in LDAP map specs (bz 205997).

This commit is contained in:
ikent 2006-10-16 08:52:40 +00:00
parent bdf3254e0c
commit 68bbb4cbef

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 5.0.1
%define release 0.rc2.12
%define release 0.rc2.13
Version: %{version}
Release: %{release}
Epoch: 1
@ -31,6 +31,7 @@ Patch16: autofs-5.0.1-rc2-rpc_subs-fd-leak.patch
Patch17: autofs-5.0.1-rc2-included-map-lookup-fd-leak.patch
Patch18: autofs-5.0.1-rc2-nfs4-only-server.patch
Patch19: autofs-5.0.1-rc2-close-on-exec.patch
Patch20: autofs-5.0.1-rc2-numeric-ldap-host-name.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -90,6 +91,7 @@ echo %{version}-%{release} > .version
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -146,6 +148,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Mon Oct 16 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.13
- fix parsing of numeric host names in LDAP map specs (bz 205997).
* Mon Oct 16 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.12
- fix "-fstype=nfs4" server probing (part 2 of bz 208757).
- set close-on-exec flag on open files where possible (bz 207678).