From 889cb3fb0b6ede12cf7f74f2c41e25f6e6189cd0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:20:21 +0000 Subject: [PATCH] auto-import changelog data from autofs-3.1.7-18.src.rpm Wed Jun 20 2001 Nalin Dahyabhai - modify LDAP lookup helper and module to use nisMap/nisObject schema by default Fri May 18 2001 Nalin Dahyabhai - add code to the LDAP lookup helper to allow it to look up and display any LDAP autofs map (more useful for debugging) Fri Apr 27 2001 Nalin Dahyabhai - rebuild in new environment Thu Apr 05 2001 Nalin Dahyabhai - skip over entries that read only "-hosts" (in SunOS maps, #33511) - comment nfs mount to kernel.org out of the default auto.misc file (#33516) - tweak the init script to not reuse timeout values when a map doesn't specify them (#34388) --- autofs.spec | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/autofs.spec b/autofs.spec index 93a7176..570a5bd 100644 --- a/autofs.spec +++ b/autofs.spec @@ -1,13 +1,13 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs Version: 3.1.7 -Release: 14 +Release: 18 Epoch: 1 -Copyright: GPL +License: GPL Group: System Environment/Daemons Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/autofs-%{version}.tar.bz2 Source1: autofs-ldap-auto-master.c -Patch0: autofs-3.1.6-doc.patch +Patch0: autofs-3.1.7-doc.patch Patch1: autofs-3.1.4-loop.patch Patch2: autofs-3.1.4-modules.patch Patch3: autofs-3.1.7-init.patch @@ -17,7 +17,7 @@ Patch6: autofs-3.1.5-openldap2.patch Patch7: autofs-3.1.5-hesiod-bind.patch Patch8: autofs-3.1.7-multiargs.patch Patch9: autofs-3.1.7-fpic.patch -Patch10: autofs-3.1.7-multiple.patch +Patch10: autofs-3.1.7-schema.patch Buildroot: %{_tmppath}/%{name}-tmp BuildPrereq: openldap-devel, perl Prereq: /sbin/chkconfig @@ -48,7 +48,7 @@ network, you should install autofs. #%patch7 -p1 -b .hesiod-bind %patch8 -p1 -b .multiargs %patch9 -p1 -b .fpic -%patch10 -p1 -b .multiple +%patch10 -p1 -b .schema chmod u+w configure autoconf env LANG=C perl -pi -e 's|^CFLAGS =.*|CFLAGS = \$\(RPM_OPT_FLAGS\)|g' Makefile.rules @@ -56,11 +56,7 @@ env LANG=C perl -pi -e 's|^CFLAGS =.*|CFLAGS = \$\(RPM_OPT_FLAGS\)|g' Make %build %configure --without-hesiod --with-openldap=/usr make -%{__cc} \ - -o autofs-ldap-auto-master \ - $RPM_OPT_FLAGS \ - $RPM_SOURCE_DIR/autofs-ldap-auto-master.c \ - -lldap -llber +%{__cc} -o autofs-ldap-auto-master $RPM_OPT_FLAGS %{SOURCE1} -lldap -llber %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT @@ -128,6 +124,22 @@ fi #%dir /net %changelog +* Wed Jun 20 2001 Nalin Dahyabhai +- modify LDAP lookup helper and module to use nisMap/nisObject schema by default + +* Fri May 18 2001 Nalin Dahyabhai +- add code to the LDAP lookup helper to allow it to look up and display any + LDAP autofs map (more useful for debugging) + +* Fri Apr 27 2001 Nalin Dahyabhai +- rebuild in new environment + +* Thu Apr 5 2001 Nalin Dahyabhai +- skip over entries that read only "-hosts" (in SunOS maps, #33511) +- comment nfs mount to kernel.org out of the default auto.misc file (#33516) +- tweak the init script to not reuse timeout values when a map doesn't + specify them (#34388) + * Fri Mar 2 2001 Nalin Dahyabhai - rebuild in new environment