- Program maps can repeat the last character of output. Fix this. Addresses
bz #138606 - Return first entry when there are duplicate keys in a map. Addresses bz #140108. - Propagate custom map variables to submounts. Fixes bz #143074. - Create a sysconfig variable to control whether we source only one master map (the way sun does), or source all maps found (which is the default for backwards compatibility). Addresses bz #143126. - Revised version of the get_best_mount patch. (#146887) cfeist@redhat.com The previous patch introduced a regression. Non-replicated mounts would not have the white space stripped from the entry and the mount would fail. - Handle comment characters in the middle of the automount line in /etc/nsswitch.conf. Addresses bz #127457.
This commit is contained in:
parent
729c34ac8d
commit
4753e978b4
31
autofs.spec
31
autofs.spec
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 4.1.3
|
||||
%define release 94
|
||||
%define release 98
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -24,7 +24,6 @@ Patch16: autofs-4.1.3-bad_chdir.patch
|
||||
Patch17: autofs-4.1.3-mtab_lock.patch
|
||||
Patch18: autofs-4.1.3-ian-map-expiry-1.patch
|
||||
Patch19: autofs-4.1.3-disable-direct.patch
|
||||
Patch20: autofs-4.1.3-one-auto-master.patch
|
||||
Patch21: autofs-4.1.3-signal-race-fix.patch
|
||||
Patch22: autofs-4.1.3-sock-leak-fix.patch
|
||||
Patch24: autofs-4.1.3-umount-loopback.patch
|
||||
@ -51,6 +50,12 @@ Patch45: autofs-4.1.3-no-rmdir.patch
|
||||
Patch46: autofs-4.1.3-replicated-server-doc.patch
|
||||
Patch47: autofs-4.1.3-cache-release.patch
|
||||
Patch48: autofs-4.1.3-non-replicated-ping.patch
|
||||
Patch49: autofs-4.1.3-program-map-extra-char-fix.patch
|
||||
Patch50: autofs-4.1.3-duplicate-map-entry-order.patch
|
||||
Patch51: autofs-4.1.3-submount-variable-propagation.patch
|
||||
Patch52: autofs-4.1.3-one-auto-master.patch
|
||||
Patch53: autofs-4.1.3-nsswitch-comment.patch
|
||||
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
|
||||
Prereq: chkconfig
|
||||
@ -101,7 +106,6 @@ echo %{version}-%{release} > .version
|
||||
%patch17 -p1 -b .mtab-lock
|
||||
%patch18 -p1 -b .map-expiry
|
||||
%patch19 -p1 -b .disable-direct
|
||||
#%patch20 -p1 -b .one-auto-master
|
||||
%patch21 -p1 -b .signal-race-fix
|
||||
%patch22 -p1 -b .sock-leak-fix-2
|
||||
%patch24 -p1 -b .umount-loopback
|
||||
@ -128,7 +132,11 @@ echo %{version}-%{release} > .version
|
||||
%patch46 -p1 -b .replicated-server-doc
|
||||
%patch47 -p1 -b .cache-release
|
||||
%patch48 -p1 -b .non-replicated-ping
|
||||
|
||||
%patch49 -p1 -b .program-map-extra-char
|
||||
%patch50 -p1 -b .duplicate-entry-order
|
||||
%patch51 -p1 -b .submount-variable-prop
|
||||
%patch52 -p1 -b .one-auto-master
|
||||
%patch53 -p1 -b .nsswitch-comment
|
||||
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
||||
|
||||
%build
|
||||
@ -182,6 +190,21 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 11 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-98
|
||||
- Program maps can repeat the last character of output. Fix this.
|
||||
Addresses bz #138606
|
||||
- Return first entry when there are duplicate keys in a map. Addresses
|
||||
bz #140108.
|
||||
- Propagate custom map variables to submounts. Fixes bz #143074.
|
||||
- Create a sysconfig variable to control whether we source only one master
|
||||
map (the way sun does), or source all maps found (which is the default for
|
||||
backwards compatibility). Addresses bz #143126.
|
||||
- Revised version of the get_best_mount patch. (#146887) cfeist@redhat.com
|
||||
The previous patch introduced a regression. Non-replicated mounts would
|
||||
not have the white space stripped from the entry and the mount would fail.
|
||||
- Handle comment characters in the middle of the automount line in
|
||||
/etc/nsswitch.conf. Addresses bz #127457.
|
||||
|
||||
* Wed Feb 2 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.3-94
|
||||
- Stop automount from pinging hosts if there is only one host (#146887)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user