- update source to version 5.0.0_beta3.

- add patch to remove extra debug print.
- add patch to
- fix memory alloc error in nis lookup module.
- add "_" to "." mapname translation to nis lookup module.
- add patch to add owner pid to mount list struct.
- add patch to disable NFSv4 when probing hosts (at least foe now).
- add patch to fix white space handling in replicated server selection
    code.
This commit is contained in:
ikent 2006-05-25 09:23:44 +00:00
parent fceac077f4
commit 748d67c1ed
3 changed files with 22 additions and 58 deletions

View File

@ -1 +1 @@
autofs-4.1.4.tar.bz2
autofs-5.0.0_beta3.tar.gz

View File

@ -3,45 +3,22 @@
#
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 4.1.4
%define release 23
%define version 5.0.0
%define release 1
Version: %{version}
Release: %{release}
Epoch: 1
License: GPL
Group: System Environment/Daemons
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-%{version}.tar.bz2
Patch1: autofs-4.1.4-reentrant-syslog.patch
Patch2: autofs-4.1.4-reentrant-syslog-copyright.patch
Patch3: autofs-4.1.4-init-nsswitch-comment.patch
Patch4: autofs-4.1.4-init-one-auto-master.patch
Patch5: autofs-4.1.4-init-browse-as-non-first-option.patch
Patch6: autofs-4.1.4-hesiod-bind.patch
Patch7: autofs-4.1.4-non-replicated-ping.patch
Patch8: autofs-4.1.4-check-nsswitch-submount.patch
Patch9: autofs-4.1.3-alt-master-ldap.patch
Patch10: autofs-4.1.4-multi-parse-fix.patch
Patch11: autofs-4.1.4-cache-update-race-fix.patch
Patch12: autofs-4.1.4-solaris-hosts-in-auto-master.patch
Patch13: autofs-4.1.4-keylen-length-check.patch
Patch14: autofs-4.1.4-sun-parse-fixes.patch
Patch15: autofs-4.1.4-check-return-of-is-local-addr.patch
Patch16: autofs-4.1.4-fix-sort-opts.patch
Patch17: autofs-4.1.4-no-slash-misc.patch
Patch18: autofs-4.1.4-locking-fix.patch
Patch19: autofs-4.1.4-configureable-locking.patch
Patch20: autofs-4.1.4-sol10-schema.patch
Patch21: autofs-4.1.4-sockopt-len-type.patch
Patch22: autofs-4.1.4-yp_order-order-type.patch
Patch23: autofs-4.1.4-ldap-depricated.patch
Patch24: autofs-4.1.4-underscore_to_dot.patch
Patch25: autofs-4.1.3-ldap-auto-master.patch
Patch26: autofs-4.1.4-auto_net-escape-hash.patch
Patch27: autofs-4.1.4-auto.smb-cifs.patch
Patch28: autofs-4.1.4-discard-bg-fg-options.patch
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.bz2
Patch1: autofs-5.0.0_beta3-remove-extra-debug-print.patch
Patch2: autofs-5.0.0_beta3-underscore-to-dot.patch
Patch3: autofs-5.0.0_beta3-dont-probe-nfs4.patch
Patch4: autofs-5.0.0_beta3-pgrp-pid.patch
Patch5: autofs-5.0.0_beta3-replicated-white-space.patch
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex, rpcgen
Prereq: chkconfig
Requires: /bin/bash mktemp sed gawk textutils sh-utils grep /bin/ps
Obsoletes: autofs-ldap
@ -83,33 +60,10 @@ echo %{version}-%{release} > .version
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1
%patch27 -p1
%patch28 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
%configure
%configure --disable-mount-locking --enable-ignore-busy
make initdir=/etc/rc.d/init.d
%install
@ -159,6 +113,16 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Thu May 25 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-1
- update source to version 5.0.0_beta3.
- add patch to remove extra debug print.
- add patch to
- fix memory alloc error in nis lookup module.
- add "_" to "." mapname translation to nis lookup module.
- add patch to add owner pid to mount list struct.
- add patch to disable NFSv4 when probing hosts (at least foe now).
- add patch to fix white space handling in replicated server selection code.
* Tue May 16 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-23
- add patch to ignore the "bg" and "fg" mount options as they
aren't relevant for autofs mounts (bz #184386).

View File

@ -1 +1 @@
7e3949114c00665b4636f0c318179657 autofs-4.1.4.tar.bz2
c78377c5d5c6bdbcf741f901d00d5876 autofs-5.0.0_beta3.tar.gz