From 827133243360190094efdde35658bc8bcd653dee Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:26:01 +0000 Subject: auto-import changelog data from autofs-4.1.3-11.src.rpm 4.1.3-11 - Add beta map expiry code for wider testing. (Ian Kent) - Fix check for ghosting option. I forgot to check for it in DAEMONOPTIONS. - Remove STRIPDASH from /etc/sysconfig/autofs --- diff --git a/autofs.spec b/autofs.spec index 4e3eb47..05bfe1b 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 4.1.3 -%define release 10 +%define release 11 Version: %{version} Release: %{release} Epoch: 1 @@ -22,6 +22,7 @@ Patch14: autofs-4.1.3-underlinei18n.patch Patch15: autofs-4.1.3-rpc-ping.patch Patch16: autofs-4.1.3-bad_chdir.patch Patch17: autofs-4.1.3-mtab_lock.patch +Patch18: autofs-4.1.3-ian-map-expiry-1.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -70,6 +71,7 @@ echo %{version}-%{release} > .version %patch15 -p1 -b .rpc-ping %patch16 -p1 -b .bad-chdir %patch17 -p1 -b .mtab-lock +%patch18 -p1 -b .map-expiry cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -123,6 +125,11 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Aug 4 2004 Jeff Moyer - 1:4.1.3-11 +- Add beta map expiry code for wider testing. (Ian Kent) +- Fix check for ghosting option. I forgot to check for it in DAEMONOPTIONS. +- Remove STRIPDASH from /etc/sysconfig/autofs + * Mon Jul 12 2004 Jeff Moyer - 1:4.1.3-10 - Add bad chdir patch from Ian Kent. - Add a typo fix for the mtab lock file.