rpms/libtirpc/F-7 libtirpc-0.1.7-netconfig.patch, 1.1, 1.2 libtirpc.spec, 1.12, 1.13

Steve Dickson (steved) fedora-extras-commits at redhat.com
Tue Jul 24 14:17:52 UTC 2007


Author: steved

Update of /cvs/pkgs/rpms/libtirpc/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2536

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. (bz 244492, 244266)


libtirpc-0.1.7-netconfig.patch:

Index: libtirpc-0.1.7-netconfig.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libtirpc/F-7/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	24 Jul 2007 14:17:50 -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/F-7/libtirpc.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libtirpc.spec	9 Jul 2007 17:02:00 -0000	1.12
+++ libtirpc.spec	24 Jul 2007 14:17:50 -0000	1.13
@@ -1,6 +1,6 @@
 Name:		   libtirpc
 Version:		0.1.7
-Release:		7%{?dist}
+Release:		8%{?dist}
 Summary:		Transport Independent RPC Library
 Group:		  	System Environment/Libraries
 License:		GPL
@@ -135,6 +135,10 @@
 %{_includedir}/tirpc/un-namespace.h
 
 %changelog
+* Tue Jul 24 2007 <steved at redhat.com> 0.1.7-8
+- Change the order of network ids in /etc/netconfg
+  putting ipv4 ids before ipv6. (bz 244492, 244266)
+
 * 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