- cthon corrections for shutdown patch below and fix shutdown expire.

This commit is contained in:
ikent 2006-08-03 08:45:48 +00:00
parent 6ce00c0841
commit c59e328053

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.9 %define release 0.rc1.10
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 Epoch: 1
@ -26,6 +26,7 @@ Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.patch
Patch13: autofs-5.0.1-rc1-cthon-expire-nested.patch Patch13: autofs-5.0.1-rc1-cthon-expire-nested.patch
Patch14: autofs-5.0.1-rc1-compile-error.patch 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
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
@ -80,6 +81,7 @@ echo %{version}-%{release} > .version
%patch13 -p1 %patch13 -p1
%patch14 -p1 %patch14 -p1
%patch15 -p1 %patch15 -p1
%patch16 -p1
%build %build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -136,6 +138,9 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Thu Aug 3 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.10
- cthon corrections for shutdown patch below and fix shutdown expire.
* Wed Aug 2 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.9 * Wed Aug 2 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.9
- cthon fix some shutdown races. - cthon fix some shutdown races.