- Make autofs understand -[no]browse. Addresses fz #113494.

This commit is contained in:
Jeffrey E. Moyer 2004-11-15 19:28:42 +00:00
parent f3b186891d
commit e651f6ba80

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 4.1.3
%define release 48
%define release 53
Version: %{version}
Release: %{release}
Epoch: 1
@ -37,6 +37,7 @@ 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
Patch32: autofs-4.1.3-ldap-search-limit.patch
Patch33: autofs-4.1.3-browse.patch
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
Prereq: chkconfig
@ -100,6 +101,7 @@ echo %{version}-%{release} > .version
%patch30 -p1 -b .init-duplicate-map2
%patch31 -p1 -b .plus-map-ordering.patch
%patch32 -p1 -b .ldap-search-limit.patch
%patch33 -p1 -b .browse
cp $RPM_SOURCE_DIR/autofs.sysconfig .
%build
@ -153,6 +155,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Mon Nov 15 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-53
- Make autofs understand -[no]browse. Addresses fz #113494.
* Thu Nov 11 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-48
- Fix the umount loop device function in the init script.