diff --git a/autofs.spec b/autofs.spec index 9c83ffe..677e162 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 7 +%define release 8 Version: %{version} Release: %{release} Epoch: 1 @@ -20,8 +20,8 @@ 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 -Patch13: autofs-4.1.3-icmp-ping.patch Patch14: autofs-4.1.3-underlinei18n.patch +Patch15: autofs-4.1.3-rpc-ping.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -65,11 +65,10 @@ echo %{version}-%{release} > .version %patch3 -p1 -b .auto-master %patch4 -p1 -b .init-redhat-only %patch5 -p1 -b .non-strict-loop-fix -#%patch7 -p1 -b .get-best-mount #%patch8 -p1 -b .stripdash %patch12 -p1 -b .option-parsing -%patch13 -p1 -b .imcp-ping %patch14 -p1 -b .i18n +%patch15 -p1 -b .rpc-ping cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -123,6 +122,12 @@ exit 0 %{_libdir}/autofs/* %changelog +* Mon Jun 21 2004 Jeff Moyer - 1:4.1.3-8 +- Change icmp ping to an rpc ping. (Ian Kent) +- Fix i18n patch + o Remove the extra \" from one echo line. + o Use echo -e if we are going to do a \n in the echo string. + * Mon Jun 21 2004 Alan Cox - Fixed i18n bug #107463 @@ -138,7 +143,7 @@ exit 0 in a long delay when a server in a replicated mount setup is down. - For non-replicated server entries, ping a host before attempting to mount. (Ian Kent) -- Change to %configure. +- Change to %%configure. - Put version-release into .version to allow for automount --version to print exact info. - Nuke my get-best-mount patch which always uses the long timeout. This