- tidy up directory cleanup and add validation check to rmdir_path.

This commit is contained in:
ikent 2006-08-04 12:27:28 +00:00
parent af4f59a216
commit d4f7a08463

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.12 %define release 0.rc1.13
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 Epoch: 1
@ -28,6 +28,7 @@ Patch14: autofs-5.0.1-rc1-compile-error.patch
Patch15: autofs-5.0.1-rc1-shutdown-races.patch Patch15: autofs-5.0.1-rc1-shutdown-races.patch
Patch16: autofs-5.0.1-rc1-shutdown-submount-expire.patch Patch16: autofs-5.0.1-rc1-shutdown-submount-expire.patch
Patch17: autofs-5.0.1-rc1-program-wild-expire-fix.patch Patch17: autofs-5.0.1-rc1-program-wild-expire-fix.patch
Patch18: autofs-5.0.1-rc1-directory-cleanup.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
@ -84,6 +85,7 @@ echo %{version}-%{release} > .version
%patch15 -p1 %patch15 -p1
%patch16 -p1 %patch16 -p1
%patch17 -p1 %patch17 -p1
%patch18 -p1
%build %build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -140,6 +142,9 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Thu Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.13
- tidy up directory cleanup and add validation check to rmdir_path.
* Thu Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.12 * Thu Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.12
- enable mtab locking until I can resolve the race with it. - enable mtab locking until I can resolve the race with it.