- Make autofs understand -[no]browse. Addresses fz #113494.
This commit is contained in:
parent
f3b186891d
commit
e651f6ba80
@ -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 48
|
%define release 53
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -37,6 +37,7 @@ 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
|
Patch32: autofs-4.1.3-ldap-search-limit.patch
|
||||||
|
Patch33: autofs-4.1.3-browse.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
|
||||||
@ -100,6 +101,7 @@ echo %{version}-%{release} > .version
|
|||||||
%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
|
%patch32 -p1 -b .ldap-search-limit.patch
|
||||||
|
%patch33 -p1 -b .browse
|
||||||
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -153,6 +155,9 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 11 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-48
|
||||||
- Fix the umount loop device function in the init script.
|
- Fix the umount loop device function in the init script.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user