diff --git a/autofs.spec b/autofs.spec index 2b19e66..46bd388 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: 37 +Release: 42 Epoch: 1 License: GPL Group: System Environment/Daemons @@ -20,11 +20,11 @@ Patch8: autofs-3.1.7-multiargs.patch Patch9: autofs-3.1.7-fpic.patch Patch10: autofs-3.1.7-schema.patch Patch11: autofs-3.1.7-usr.patch +Patch12: autofs-3.1.7-libdir.patch Buildroot: %{_tmppath}/%{name}-tmp -BuildPrereq: hesiod-devel, openldap-devel, perl +BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: /sbin/chkconfig Requires: /bin/bash, mktemp, sed, gawk, textutils, sh-utils, grep, /bin/ps -Requires: /etc/redhat-release Obsoletes: autofs-ldap %description @@ -52,6 +52,7 @@ network, you should install autofs. %patch9 -p1 -b .fpic %patch10 -p1 -b .schema %patch11 -p1 -b .usr +%patch12 -p1 -b .libdir #Aaargh! The kernel went and changed on us! cp ./include/linux/auto_fs.h ./include/linux/auto_fs.h.old cp $RPM_SOURCE_DIR/auto_fs.h ./include/linux/ @@ -130,6 +131,24 @@ fi #%dir /net %changelog +* Mon Sep 8 2003 Nalin Dahyabhai 3.1.7-42 +- rebuild + +* Mon Sep 8 2003 Nalin Dahyabhai 3.1.7-41 +- add dependency on autoconf +- modify init script to look in %%{_libdir}/autofs for the ldap auto.master + helper instead of /usr/lib/autofs, which isn't always right (#103220) + +* Wed Jul 09 2003 Nalin Dahyabhai 3.1.7-40 +- rebuild + +* Wed Jul 09 2003 Nalin Dahyabhai 3.1.7-39 +- stop requiring /etc/redhat-release for the sake of the init script by + hard-wiring that we're on RHL + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Fri Apr 25 2003 Nalin Dahyabhai 3.1.7-37 - sync with current linux/auto_fs.h from the current kernel tree (#88562)