rpms/libtirpc/devel libtirpc-0.1.7-netconfig.patch, 1.1, 1.2 libtirpc.spec, 1.14, 1.15

Steve Dickson (steved) fedora-extras-commits at redhat.com
Mon Jul 30 12:01:37 UTC 2007


Author: steved

Update of /cvs/pkgs/rpms/libtirpc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26113

Modified Files:
	libtirpc-0.1.7-netconfig.patch libtirpc.spec 
Log Message:
- Change the order of network ids in /etc/netconfg
  putting ipv4 ids before ipv6.


libtirpc-0.1.7-netconfig.patch:

Index: libtirpc-0.1.7-netconfig.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libtirpc/devel/libtirpc-0.1.7-netconfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtirpc-0.1.7-netconfig.patch	11 Aug 2006 15:08:09 -0000	1.1
+++ libtirpc-0.1.7-netconfig.patch	30 Jul 2007 12:01:02 -0000	1.2
@@ -1,13 +1,15 @@
 --- libtirpc-0.1.7/doc/etc_netconfig.orig	2005-05-18 01:10:50.000000000 -0400
-+++ libtirpc-0.1.7/doc/etc_netconfig	2006-08-11 11:06:06.000000000 -0400
-@@ -10,8 +10,8 @@
++++ libtirpc-0.1.7/doc/etc_netconfig	2007-07-24 09:45:40.000000000 -0400
+@@ -10,10 +10,10 @@
  # The <device> and <nametoaddr_libs> fields are always empty in this
  # implementation.
  #
 -#udp6       tpi_clts      v     inet6    udp     -       -
 -#tcp6       tpi_cots_ord  v     inet6    tcp     -       -
-+udp6       tpi_clts      v     inet6    udp     -       -
-+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     -       -
  rawip      tpi_raw       -     inet      -      -       -
+ local      tpi_cots_ord  -     loopback  -      -       -
+ unix       tpi_cots_ord  -     loopback  -      -       -


Index: libtirpc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtirpc/devel/libtirpc.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libtirpc.spec	30 Jul 2007 11:56:40 -0000	1.14
+++ libtirpc.spec	30 Jul 2007 12:01:02 -0000	1.15
@@ -154,6 +154,8 @@
   application will see errors instead of timing out
 - Make sure remote address (xp_rtaddr) is populated
   with the correct type of address.
+- Change the order of network ids in /etc/netconfg
+  putting ipv4 ids before ipv6.
 
 * Mon Jul  9 2007 <steved at redhat.com> 0.1.7-7
 - Fixed infinite loop in svc_run() (bz 246677)




More information about the scm-commits mailing list