diff --git a/autofs.spec b/autofs.spec index 677e162..4e3eb47 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 8 +%define release 10 Version: %{version} Release: %{release} Epoch: 1 @@ -17,11 +17,11 @@ Patch2: autofs-4.1.0-loop.patch Patch3: autofs-4.1.0-auto-master.patch Patch4: autofs-4.1.2-init-redhat-only.patch Patch5: autofs-4.1.3-non-strict-loop-fix.patch -#Patch7: autofs-4.1.1-get-best-mount.patch -#Patch8: autofs-4.1.2-stripdash.patch Patch12: autofs-4.1.2-option-parsing.patch 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 Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -65,10 +65,11 @@ echo %{version}-%{release} > .version %patch3 -p1 -b .auto-master %patch4 -p1 -b .init-redhat-only %patch5 -p1 -b .non-strict-loop-fix -#%patch8 -p1 -b .stripdash %patch12 -p1 -b .option-parsing %patch14 -p1 -b .i18n %patch15 -p1 -b .rpc-ping +%patch16 -p1 -b .bad-chdir +%patch17 -p1 -b .mtab-lock cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -122,6 +123,14 @@ exit 0 %{_libdir}/autofs/* %changelog +* 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. +- Nuke the stripdash patch. It didn't solve a problem. + +* Tue Jun 22 2004 Jeff Moyer - 1:4.1.3-9 +- Bump revison for inclusion in RHEL 3. + * Mon Jun 21 2004 Jeff Moyer - 1:4.1.3-8 - Change icmp ping to an rpc ping. (Ian Kent) - Fix i18n patch