diff --git a/libtirpc-getpmaphandle.patch b/libtirpc-getpmaphandle.patch index 0825c26..b51e9e4 100644 --- a/libtirpc-getpmaphandle.patch +++ b/libtirpc-getpmaphandle.patch @@ -85,7 +85,7 @@ index a800128..962d9c7 100644 + && strcmp(nconf->nc_proto, NC_TCP) != 0) goto try_rpcbind; + -+ client = getpmaphandle(nconf, IN4_LOCALHOST_STRING, &parms.r_addr); ++ client = getpmaphandle(nconf, host, &parms.r_addr); if (client == NULL) return (NULL); diff --git a/libtirpc.changes b/libtirpc.changes index 73cf7b3..088c60f 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 29 15:42:12 UTC 2010 - max@novell.com + +- Fix showmount -e hostname (bnc#633007). + ------------------------------------------------------------------- Wed Sep 15 14:38:57 UTC 2010 - max@novell.com