From db806f5c9704afabaed95def61fe4f5a2ca30fb6 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Dec 14 2004 14:10:32 +0000 Subject: Fix problem in idmapd that was causing "xdr error 10008" errors (bz 142813) --- diff --git a/nfs-utils.spec b/nfs-utils.spec index 103c326..5f3b6d8 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,7 +1,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: 1.0.6 -Release: 47 +Release: 49 # group all 32bit related archs %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 Patch59: nfs-utils-1.0.6-rquotad-overflow.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 Patch150: nfs-utils-1.0.6-pie.patch @@ -141,6 +142,7 @@ mv librpcsecgss-%{rpcsecgss} support/rpcsecgss %patch58 -p1 -b .conf %patch59 -p1 -b .overflow %patch60 -p1 -b .notify +%patch61 -p1 -b .event # Do the magic to get things to compile @@ -293,6 +295,8 @@ fi %changelog * Tue Dec 14 2004 Steve Dickson +- Fix problem in idmapd that was causing "xdr error 10008" + errors (bz 142813) - make sure the correct hostname is used in the SM_NOTIFY message that is sent from a rebooted server which has multiple network interfaces. (bz 139101)