diff --git a/autofs.spec b/autofs.spec index 9d8dd44..3a59730 100644 --- a/autofs.spec +++ b/autofs.spec @@ -50,7 +50,8 @@ Patch35: autofs-5.0.1-rc2-fix-incorrect-return-from-spawn.patch Patch36: autofs-5.0.1-rc2-parse-bad-master-map-mountpoint.patch Patch37: autofs-5.0.1-rc2-fix-use-after-free.patch Patch38: autofs-5.0.1-rc2-use-task-done.patch -Patch39: autofs-5.0.1-rc2-fix-null-map-semantics.patch +Patch39: autofs-5.0.1-rc2-nfs4-get-port.patch +Patch40: autofs-5.0.1-rc2-fix-null-map-semantics.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -130,6 +131,7 @@ echo %{version}-%{release} > .version %patch37 -p1 %patch38 -p1 %patch39 -p1 +%patch40 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -187,6 +189,8 @@ exit 0 %changelog * Wed Dec 6 2006 Ian Kent - 5.0.1-0.rc2.29 +- alter nfs4 host probing to not use portmap lookup and add options + check for "port=" parameter (bz 208757. - correct semantics of "-null" map handling (bzs 214800, 208091). * Sat Nov 25 2006 Ian Kent - 5.0.1-0.rc2.26