From df58b69130e691d57c442ed71a7dccc53cc309d8 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:20:44 +0000 Subject: [PATCH] auto-import changelog data from autofs-3.1.7-27.src.rpm Mon Apr 01 2002 Nalin Dahyabhai 3.1.7-27 - tweak the init script shutdown yet again, this time to prevent needless spewage at shutdown-time (#62147) - only look at the nis auto.master when nsswitch lists "nis", not also when it lists "nisplus" Fri Feb 22 2002 Nalin Dahyabhai 3.1.7-26 - rebuild in new environment Wed Jan 23 2002 Nalin Dahyabhai 3.1.7-25 - rebuild in new environment Wed Jan 09 2002 Tim Powers 3.1.7-24 - automated rebuild Fri Oct 26 2001 Nalin Dahyabhai 3.1.7-23 - bump release and rebuild to get libhesiod dependency right Fri Oct 12 2001 Nalin Dahyabhai 3.1.7-22 - enable hesiod lookup module --- autofs.spec | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/autofs.spec b/autofs.spec index 81e1c19..ffd359b 100644 --- a/autofs.spec +++ b/autofs.spec @@ -1,7 +1,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs Version: 3.1.7 -Release: 21 +Release: 27 Epoch: 1 License: GPL Group: System Environment/Daemons @@ -19,7 +19,7 @@ Patch8: autofs-3.1.7-multiargs.patch Patch9: autofs-3.1.7-fpic.patch Patch10: autofs-3.1.7-schema.patch Buildroot: %{_tmppath}/%{name}-tmp -BuildPrereq: openldap-devel, perl +BuildPrereq: hesiod-devel, openldap-devel, perl Prereq: /sbin/chkconfig Requires: /bin/bash, mktemp, sed, gawk, textutils, sh-utils, grep, /bin/ps Requires: /etc/redhat-release @@ -54,7 +54,7 @@ autoconf env LANG=C perl -pi -e 's|^CFLAGS =.*|CFLAGS = \$\(RPM_OPT_FLAGS\)|g' Makefile.rules %build -%configure --without-hesiod --with-openldap=/usr +%configure --with-hesiod --with-openldap=/usr make %{__cc} -o autofs-ldap-auto-master $RPM_OPT_FLAGS %{SOURCE1} -lldap -llber @@ -101,7 +101,7 @@ fi %dir %{_libdir}/autofs %{_libdir}/autofs/autofs-ldap-auto-master %{_libdir}/autofs/lookup_file.so -#%{_libdir}/autofs/lookup_hesiod.so +%{_libdir}/autofs/lookup_hesiod.so %{_libdir}/autofs/lookup_ldap.so %{_libdir}/autofs/lookup_multi.so %{_libdir}/autofs/lookup_nisplus.so @@ -115,7 +115,7 @@ fi %{_libdir}/autofs/mount_ext2.so %{_libdir}/autofs/mount_generic.so %{_libdir}/autofs/mount_nfs.so -#%{_libdir}/autofs/parse_hesiod.so +%{_libdir}/autofs/parse_hesiod.so %{_libdir}/autofs/parse_sun.so %{_mandir}/*/* %dir /misc @@ -124,6 +124,27 @@ fi #%dir /net %changelog +* Mon Apr 1 2002 Nalin Dahyabhai 3.1.7-27 +- tweak the init script shutdown yet again, this time to prevent needless + spewage at shutdown-time (#62147) +- only look at the nis auto.master when nsswitch lists "nis", not also when + it lists "nisplus" + +* Fri Feb 22 2002 Nalin Dahyabhai 3.1.7-26 +- rebuild in new environment + +* Wed Jan 23 2002 Nalin Dahyabhai 3.1.7-25 +- rebuild in new environment + +* Wed Jan 09 2002 Tim Powers 3.1.7-24 +- automated rebuild + +* Fri Oct 26 2001 Nalin Dahyabhai 3.1.7-23 +- bump release and rebuild to get libhesiod dependency right + +* Tue Oct 12 2001 Nalin Dahyabhai 3.1.7-22 +- enable hesiod lookup module + * Wed Aug 29 2001 Nalin Dahyabhai 3.1.7-21 - don't inhibit starting if we have a subsys lock around -- that's the wrong thing to do anyway