- When using ldap if auto.master doesn't exist we now check for

auto_master. Addresses bz #130079
- When using an auto.smb map we now remove the leading ':' from the path
    which caused mount to fail in the past. Addresses bz #147492
- Autofs now checks /etc/nsswitch.conf to determine in what order files &
    nis are checked when looking up autofs submount maps which don't
    specify a maptype. Addresses IT #57612.
This commit is contained in:
Chris Feist 2005-02-28 19:35:11 +00:00
parent 0dd38da544
commit 683cc3eb09

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems. Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs Name: autofs
%define version 4.1.3 %define version 4.1.3
%define release 99 %define release 103
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 Epoch: 1
@ -55,6 +55,9 @@ Patch50: autofs-4.1.3-duplicate-map-entry-order.patch
Patch51: autofs-4.1.3-submount-variable-propagation.patch Patch51: autofs-4.1.3-submount-variable-propagation.patch
Patch52: autofs-4.1.3-one-auto-master.patch Patch52: autofs-4.1.3-one-auto-master.patch
Patch53: autofs-4.1.3-nsswitch-comment.patch Patch53: autofs-4.1.3-nsswitch-comment.patch
Patch54: autofs-4.1.3-alt-master-ldap.patch
Patch55: autofs-4.1.3-auto-smb-mount-fix.patch
Patch56: autofs-4.1.3-check-nsswitch-submount.patch
Buildroot: /var/tmp/autofs-tmp Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
@ -137,6 +140,10 @@ echo %{version}-%{release} > .version
%patch51 -p1 -b .submount-variable-prop %patch51 -p1 -b .submount-variable-prop
%patch52 -p1 -b .one-auto-master %patch52 -p1 -b .one-auto-master
%patch53 -p1 -b .nsswitch-comment %patch53 -p1 -b .nsswitch-comment
%patch54 -p1 -b .alt-master-ldap
%patch55 -p1 -b .auto-smb-mount
%patch56 -p1 -b .check-nsswitch-submount
cp $RPM_SOURCE_DIR/autofs.sysconfig . cp $RPM_SOURCE_DIR/autofs.sysconfig .
%build %build
@ -190,6 +197,15 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Mon Feb 28 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.3-103
- When using ldap if auto.master doesn't exist we now check for auto_master.
Addresses bz #130079
- When using an auto.smb map we now remove the leading ':' from the path which
caused mount to fail in the past. Addresses bz #147492
- Autofs now checks /etc/nsswitch.conf to determine in what order files & nis
are checked when looking up autofs submount maps which don't specify a
maptype. Addresses IT #57612.
* Mon Feb 14 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-99 * Mon Feb 14 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-99
- Change Copyright to License in the spec file so it will build. - Change Copyright to License in the spec file so it will build.