- cthon fix expire of various forms of nested mounts.

This commit is contained in:
ikent 2006-07-27 08:41:42 +00:00
parent 376f8b2226
commit 02bb5014f5

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.rc1.6 %define release 0.rc1.7
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 Epoch: 1
@ -23,6 +23,7 @@ Patch9: autofs-5.0.1-rc1-cthon-more-cleanup.patch
Patch10: autofs-5.0.1-rc1-cthon-host-name-validation.patch Patch10: autofs-5.0.1-rc1-cthon-host-name-validation.patch
Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch
Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.patch Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.patch
Patch13: autofs-5.0.1-rc1-cthon-expire-nested.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
@ -74,6 +75,7 @@ echo %{version}-%{release} > .version
%patch10 -p1 %patch10 -p1
%patch11 -p1 %patch11 -p1
%patch12 -p1 %patch12 -p1
%patch13 -p1
%build %build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -130,7 +132,10 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Thu Jul 24 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.6 * Thu Jul 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.7
- cthon fix expire of various forms of nested mounts.
* Mon Jul 24 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.6
- cthon more parser corrections and attempt to fix multi-mounts - cthon more parser corrections and attempt to fix multi-mounts
with various combinations of submounts (still not right). with various combinations of submounts (still not right).