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
This commit is contained in:
cvsdist 2004-09-09 03:26:01 +00:00
parent d9acc2b327
commit 8271332433

View File

@ -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 <jmoyer@redhat.com> - 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 <jmoyer@redhat.com> - 1:4.1.3-10
- Add bad chdir patch from Ian Kent.
- Add a typo fix for the mtab lock file.