- expand export access checks to include missing syntax options.

- make "-hosts" module try to be sensitive to exports list changes.
This commit is contained in:
ikent 2006-12-10 07:56:21 +00:00
parent f3d417982c
commit 2afa2e9dba

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems. Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs Name: autofs
%define version 5.0.1 %define version 5.0.1
%define release 0.rc2.32 %define release 0.rc2.33
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 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 Patch39: autofs-5.0.1-rc2-nfs4-get-port.patch
Patch40: autofs-5.0.1-rc2-fix-null-map-semantics.patch Patch40: autofs-5.0.1-rc2-fix-null-map-semantics.patch
Patch41: autofs-5.0.1-rc2-disallow-multiple-indirect-mounts.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 Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig Prereq: chkconfig
@ -134,6 +136,8 @@ echo %{version}-%{release} > .version
%patch39 -p1 %patch39 -p1
%patch40 -p1 %patch40 -p1
%patch41 -p1 %patch41 -p1
%patch42 -p1
%patch43 -p1
%build %build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -190,6 +194,10 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Sun Dec 10 2006 Ian Kent <ikent@redhat.com> - 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 <ikent@redhat.com> - 5.0.1-0.rc2.32 * Thu Dec 7 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.32
- remove ability to use multiple indirect mount entries in master - remove ability to use multiple indirect mount entries in master
map (bz 218616). map (bz 218616).