- Added a patch to fix the automounter failing on ldap maps when it
couldn't get the whole map. (ie. when the search limit was lower than the number of results)
This commit is contained in:
parent
5b8672d4c8
commit
3bdbdef500
@ -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 32
|
%define release 34
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -36,6 +36,7 @@ Patch28: autofs-4.1.2-init-duplicate-map.patch
|
|||||||
Patch29: autofs-4.1.3-filemap-etc-append.patch
|
Patch29: autofs-4.1.3-filemap-etc-append.patch
|
||||||
Patch30: autofs-4.1.3-init-duplicate-map2.patch
|
Patch30: autofs-4.1.3-init-duplicate-map2.patch
|
||||||
Patch31: autofs-4.1.3-plus-map-ordering.patch
|
Patch31: autofs-4.1.3-plus-map-ordering.patch
|
||||||
|
Patch32: autofs-4.1.3-ldap-search-limit.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
|
||||||
Prereq: chkconfig
|
Prereq: chkconfig
|
||||||
@ -98,6 +99,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch29 -p1 -b .filemap-etc-append
|
%patch29 -p1 -b .filemap-etc-append
|
||||||
%patch30 -p1 -b .init-duplicate-map2
|
%patch30 -p1 -b .init-duplicate-map2
|
||||||
%patch31 -p1 -b .plus-map-ordering.patch
|
%patch31 -p1 -b .plus-map-ordering.patch
|
||||||
|
%patch32 -p1 -b .ldap-search-limit.patch
|
||||||
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -151,6 +153,11 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 27 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-34
|
||||||
|
- Added a patch to fix the automounter failing on ldap maps
|
||||||
|
when it couldn't get the whole map. (ie. when the search
|
||||||
|
limit was lower than the number of results)
|
||||||
|
|
||||||
* Thu Oct 21 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-32
|
* Thu Oct 21 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-32
|
||||||
- Fixed the use of +ypmapname so the maps included with +ypmapname
|
- Fixed the use of +ypmapname so the maps included with +ypmapname
|
||||||
are used in the correct order. (In the past the '+' entries
|
are used in the correct order. (In the past the '+' entries
|
||||||
|
Loading…
Reference in New Issue
Block a user