- 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.
Name: autofs
%define version 5.0.1
%define release 0.rc1.12
%define release 0.rc1.13
Version: %{version}
Release: %{release}
Epoch: 1
@ -28,6 +28,7 @@ Patch14: autofs-5.0.1-rc1-compile-error.patch
Patch15: autofs-5.0.1-rc1-shutdown-races.patch
Patch16: autofs-5.0.1-rc1-shutdown-submount-expire.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
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -84,6 +85,7 @@ echo %{version}-%{release} > .version
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -140,6 +142,9 @@ exit 0
%{_libdir}/autofs/*
%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
- enable mtab locking until I can resolve the race with it.