- fix nonstrict multi-mount handling (bz 219383).

- correct detection of duplicate indirect mount entries (bz 220799).
- Resolves: rhbz#219383 rhbz#220799
This commit is contained in:
ikent 2006-12-27 04:33:41 +00:00
parent e083c626ed
commit c6015a56b5

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.38
%define release 0.rc2.41
Version: %{version}
Release: %{release}
Epoch: 1
@ -61,6 +61,8 @@ Patch46: autofs-5.0.1-rc2-replace-tempnam.patch
Patch47: autofs-5.0.1-rc2-admit-slashify-colons.patch
Patch48: autofs-5.0.1-rc2-allow-underscore-in-hostname.patch
Patch49: autofs-5.0.1-rc2-set-socket-close-on-exec.patch
Patch50: autofs-5.0.1-rc2-fix-nonstrict-multi-mounts.patch
Patch51: autofs-5.0.1-rc2-disallow-multiple-indirect-mounts-fix.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -150,6 +152,8 @@ echo %{version}-%{release} > .version
%patch47 -p1
%patch48 -p1
%patch49 -p1
%patch50 -p1
%patch51 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -206,6 +210,10 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Wed Dec 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.41
- fix nonstrict multi-mount handling (bz 219383).
- correct detection of duplicate indirect mount entries (bz 220799).
* Thu Dec 14 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.38
- update master map tokenizer to admit "slasify-colons" option.
- update location validation to accept "_" (bz 219445).