- Fixed the use of +ypmapname so the maps included with +ypmapname are used
in the correct order. (In the past the '+' entries were always
processed after local entries.)
This commit is contained in:
parent
5570c49aa0
commit
5b8672d4c8
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 4.1.3
|
||||
%define release 31
|
||||
%define release 32
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -35,6 +35,7 @@ Patch27: autofs-4.1.3-localopts-multi.patch
|
||||
Patch28: autofs-4.1.2-init-duplicate-map.patch
|
||||
Patch29: autofs-4.1.3-filemap-etc-append.patch
|
||||
Patch30: autofs-4.1.3-init-duplicate-map2.patch
|
||||
Patch31: autofs-4.1.3-plus-map-ordering.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
|
||||
Prereq: chkconfig
|
||||
@ -96,6 +97,7 @@ echo %{version}-%{release} > .version
|
||||
%patch28 -p1 -b .init-duplicate-map
|
||||
%patch29 -p1 -b .filemap-etc-append
|
||||
%patch30 -p1 -b .init-duplicate-map2
|
||||
%patch31 -p1 -b .plus-map-ordering.patch
|
||||
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
||||
|
||||
%build
|
||||
@ -149,6 +151,11 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
are used in the correct order. (In the past the '+' entries
|
||||
were always processed after local entries.)
|
||||
|
||||
* Thu Oct 21 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-31
|
||||
- Fixed the duplicate map detection code to detect if maps try
|
||||
to mount on top of existing maps.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user