diff --git a/libtirpc-0.1.7-netconfig.patch b/libtirpc-0.1.7-netconfig.patch index 3732f9d..5ab8b99 100644 --- a/libtirpc-0.1.7-netconfig.patch +++ b/libtirpc-0.1.7-netconfig.patch @@ -8,8 +8,8 @@ -#tcp6 tpi_cots_ord v inet6 tcp - - udp tpi_clts v inet udp - - tcp tpi_cots_ord v inet tcp - - -+udp6 tpi_clts v inet6 udp - - -+tcp6 tpi_cots_ord v inet6 tcp - - ++udp6 tpi_clts - inet6 udp - - ++tcp6 tpi_cots_ord - inet6 tcp - - rawip tpi_raw - inet - - - local tpi_cots_ord - loopback - - - unix tpi_cots_ord - loopback - - - diff --git a/libtirpc.spec b/libtirpc.spec index e0c6718..3602f14 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,6 +1,6 @@ Name: libtirpc Version: 0.1.7 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Transport Independent RPC Library Group: System Environment/Libraries License: GPL @@ -145,6 +145,10 @@ rm -rf %{buildroot} %{_includedir}/tirpc/un-namespace.h %changelog +* Mon Oct 15 2007 Steve Dickson 0.1.7-11 +- Made tcp6/udp6 network ids no longer visible in the netconfig + file since the ipv6 code is not fully baked yet in rpcbind. (bz 249121) + * Wed Aug 29 2007 Fedora Release Engineering - 0.1.7-10 - Rebuild for selinux ppc32 issue.