- remove ability to use multiple indirect mount entries in master map (bz
218616). - Resolves: rhbz#218616
This commit is contained in:
parent
5b75826c0e
commit
f3d417982c
@ -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 5.0.1
|
%define version 5.0.1
|
||||||
%define release 0.rc2.29
|
%define release 0.rc2.32
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -52,6 +52,7 @@ Patch37: autofs-5.0.1-rc2-fix-use-after-free.patch
|
|||||||
Patch38: autofs-5.0.1-rc2-use-task-done.patch
|
Patch38: autofs-5.0.1-rc2-use-task-done.patch
|
||||||
Patch39: autofs-5.0.1-rc2-nfs4-get-port.patch
|
Patch39: autofs-5.0.1-rc2-nfs4-get-port.patch
|
||||||
Patch40: autofs-5.0.1-rc2-fix-null-map-semantics.patch
|
Patch40: autofs-5.0.1-rc2-fix-null-map-semantics.patch
|
||||||
|
Patch41: autofs-5.0.1-rc2-disallow-multiple-indirect-mounts.patch
|
||||||
Buildroot: /var/tmp/autofs-tmp
|
Buildroot: /var/tmp/autofs-tmp
|
||||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||||
Prereq: chkconfig
|
Prereq: chkconfig
|
||||||
@ -132,6 +133,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -188,6 +190,10 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 7 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.32
|
||||||
|
- remove ability to use multiple indirect mount entries in master
|
||||||
|
map (bz 218616).
|
||||||
|
|
||||||
* Wed Dec 6 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.29
|
* Wed Dec 6 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.29
|
||||||
- alter nfs4 host probing to not use portmap lookup and add options
|
- alter nfs4 host probing to not use portmap lookup and add options
|
||||||
check for "port=" parameter (bz 208757.
|
check for "port=" parameter (bz 208757.
|
||||||
|
Loading…
Reference in New Issue
Block a user