Changed mountd to use stat64() (bz 165062)

This commit is contained in:
Steve Dickson 2005-08-16 12:14:32 +00:00
parent 241ffcd06a
commit 1c906349d9

View File

@ -1,7 +1,7 @@
Summary: NFS utlilities and supporting daemons for the kernel NFS server. Summary: NFS utlilities and supporting daemons for the kernel NFS server.
Name: nfs-utils Name: nfs-utils
Version: 1.0.7 Version: 1.0.7
Release: 12 Release: 13
# group all 32bit related archs # group all 32bit related archs
%define all_32bit_archs i386 i686 athlon %define all_32bit_archs i386 i686 athlon
@ -44,6 +44,7 @@ Patch62: nfs-utils-1.0.7-svcgssd-bufover.patch
Patch63: nfs-utils-1.0.7-idmap-reopen.patch Patch63: nfs-utils-1.0.7-idmap-reopen.patch
Patch64: nfs-utils-1.0.7-gssd-64bit.patch Patch64: nfs-utils-1.0.7-gssd-64bit.patch
Patch65: nfs-utils-1.0.7-rquotad-curblocks.patch Patch65: nfs-utils-1.0.7-rquotad-curblocks.patch
Patch66: nfs-utils-1.0.7-mountd-stat64.patch
Patch100: nfs-utils-1.0.7-compile.patch Patch100: nfs-utils-1.0.7-compile.patch
Patch150: nfs-utils-1.0.6-pie.patch Patch150: nfs-utils-1.0.6-pie.patch
@ -103,6 +104,7 @@ mv libevent-%{eventvers} support/event
%patch63 -p1 -b .rename %patch63 -p1 -b .rename
%patch64 -p1 -b .64bit %patch64 -p1 -b .64bit
%patch65 -p1 -b .curblocks %patch65 -p1 -b .curblocks
%patch66 -p1 -b .stat64
# Do the magic to get things to compile # Do the magic to get things to compile
@ -253,6 +255,9 @@ fi
%config /etc/rc.d/init.d/nfslock %config /etc/rc.d/init.d/nfslock
%changelog %changelog
* Tue Aug 16 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-13
- Changed mountd to use stat64() (bz 165062)
* Tue Aug 2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12 * Tue Aug 2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12
- Changed useradd to use new -l flag (bz149407) - Changed useradd to use new -l flag (bz149407)
- 64bit fix in gssd code (bz 163139) - 64bit fix in gssd code (bz 163139)