- Removed some old mounting versioning code that was stopping tcp mount

from working (bz 212471)
This commit is contained in:
Steve Dickson 2006-11-16 00:39:59 +00:00
parent 6173722673
commit ea9ae8ee76

View File

@ -1,7 +1,7 @@
Summary: NFS utlilities and supporting clients and daemons for the kernel NFS server. Summary: NFS utlilities and supporting clients and daemons for the kernel NFS server.
Name: nfs-utils Name: nfs-utils
Version: 1.0.10 Version: 1.0.10
Release: 2%{?dist} Release: 3%{?dist}
Epoch: 1 Epoch: 1
# group all 32bit related archs # group all 32bit related archs
@ -43,6 +43,7 @@ Patch74: nfs-utils-1.0.9-return-mount-error.patch
Patch75: nfs-utils-1.0.9-nfsmount-authnone.patch Patch75: nfs-utils-1.0.9-nfsmount-authnone.patch
Patch76: nfs-utils-1.0.9-mount-remount.patch Patch76: nfs-utils-1.0.9-mount-remount.patch
Patch77: nfs-utils-1.0.10-export-nosubtree.patch Patch77: nfs-utils-1.0.10-export-nosubtree.patch
Patch78: nfs-utils-1.0.10-mount-nfsvers.patch
%if %{enablefscache} %if %{enablefscache}
Patch90: nfs-utils-1.0.9-mount-fsc.patch Patch90: nfs-utils-1.0.9-mount-fsc.patch
@ -107,6 +108,7 @@ This package also contains the mount.nfs and umount.nfs program.
%patch75 -p1 %patch75 -p1
%patch76 -p1 %patch76 -p1
%patch77 -p1 %patch77 -p1
%patch78 -p1
%if %{enablefscache} %if %{enablefscache}
%patch90 -p1 %patch90 -p1
%endif %endif
@ -284,6 +286,10 @@ fi
%endif %endif
%changelog %changelog
* Wed Nov 15 2006 Steve Dickson <steved@redhat.com> 1.0.10-3
- Removed some old mounting versioning code that was
stopping tcp mount from working (bz 212471)
* Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2 * Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2
- Fixed -o remount (bz 210346) - Fixed -o remount (bz 210346)
- fix memory leak in rpc.idmapd (bz 212547) - fix memory leak in rpc.idmapd (bz 212547)