diff --git a/autofs.spec b/autofs.spec index 68d4dbf..12f2979 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 5.0.1 -%define release 0.rc2.32 +%define release 0.rc2.33 Version: %{version} Release: %{release} Epoch: 1 @@ -53,6 +53,8 @@ Patch38: autofs-5.0.1-rc2-use-task-done.patch Patch39: autofs-5.0.1-rc2-nfs4-get-port.patch Patch40: autofs-5.0.1-rc2-fix-null-map-semantics.patch Patch41: autofs-5.0.1-rc2-disallow-multiple-indirect-mounts.patch +Patch42: autofs-5.0.1-rc2-add-export-syntax-checks.patch +Patch43: autofs-5.0.1-rc2-hosts-check-exports-update.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -134,6 +136,8 @@ echo %{version}-%{release} > .version %patch39 -p1 %patch40 -p1 %patch41 -p1 +%patch42 -p1 +%patch43 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -190,6 +194,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Sun Dec 10 2006 Ian Kent - 5.0.1-0.rc2.33 +- expand export access checks to include missing syntax options. +- make "-hosts" module try to be sensitive to exports list changes. + * Thu Dec 7 2006 Ian Kent - 5.0.1-0.rc2.32 - remove ability to use multiple indirect mount entries in master map (bz 218616).