Fix problem in idmapd that was causing "xdr error 10008" errors (bz 142813)
This commit is contained in:
parent
f17a429223
commit
db806f5c97
@ -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.6
|
Version: 1.0.6
|
||||||
Release: 47
|
Release: 49
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
%define all_32bit_archs i386 i686 athlon
|
%define all_32bit_archs i386 i686 athlon
|
||||||
@ -66,6 +66,7 @@ Patch57: nfs-utils-1.0.6-idmap-syslog.patch
|
|||||||
Patch58: nfs-utils-1.0.6-idmap.conf.patch
|
Patch58: nfs-utils-1.0.6-idmap.conf.patch
|
||||||
Patch59: nfs-utils-1.0.6-rquotad-overflow.patch
|
Patch59: nfs-utils-1.0.6-rquotad-overflow.patch
|
||||||
Patch60: nfs-utils-1.0.6-statd-notify-hostname.patch
|
Patch60: nfs-utils-1.0.6-statd-notify-hostname.patch
|
||||||
|
Patch61: nfs-utils-1.0.6-idmap-event.patch
|
||||||
|
|
||||||
Patch100: nfs-utils-1.0.6-compile.patch
|
Patch100: nfs-utils-1.0.6-compile.patch
|
||||||
Patch150: nfs-utils-1.0.6-pie.patch
|
Patch150: nfs-utils-1.0.6-pie.patch
|
||||||
@ -141,6 +142,7 @@ mv librpcsecgss-%{rpcsecgss} support/rpcsecgss
|
|||||||
%patch58 -p1 -b .conf
|
%patch58 -p1 -b .conf
|
||||||
%patch59 -p1 -b .overflow
|
%patch59 -p1 -b .overflow
|
||||||
%patch60 -p1 -b .notify
|
%patch60 -p1 -b .notify
|
||||||
|
%patch61 -p1 -b .event
|
||||||
|
|
||||||
|
|
||||||
# Do the magic to get things to compile
|
# Do the magic to get things to compile
|
||||||
@ -293,6 +295,8 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com>
|
* Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com>
|
||||||
|
- Fix problem in idmapd that was causing "xdr error 10008"
|
||||||
|
errors (bz 142813)
|
||||||
- make sure the correct hostname is used in the SM_NOTIFY
|
- make sure the correct hostname is used in the SM_NOTIFY
|
||||||
message that is sent from a rebooted server which has
|
message that is sent from a rebooted server which has
|
||||||
multiple network interfaces. (bz 139101)
|
multiple network interfaces. (bz 139101)
|
||||||
|
Loading…
Reference in New Issue
Block a user