Uncommented tcp6 and udp6 in the default /etc/netconfig file.
This commit is contained in:
parent
9949cc7075
commit
285ec3c6ac
13
libtirpc-0.1.7-netconfig.patch
Normal file
13
libtirpc-0.1.7-netconfig.patch
Normal file
@ -0,0 +1,13 @@
|
||||
--- 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 @@
|
||||
# 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 - -
|
||||
rawip tpi_raw - inet - - -
|
@ -1,6 +1,6 @@
|
||||
Name: libtirpc
|
||||
Version: 0.1.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Transport Independent RPC Library
|
||||
Group: System Environment/Libraries
|
||||
License: GPL
|
||||
@ -30,7 +30,9 @@ Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
Patch1: libtirpc-0.1.7-compile.patch
|
||||
Patch1: libtirpc-0.1.7-netconfig.patch
|
||||
|
||||
Patch100: libtirpc-0.1.7-compile.patch
|
||||
|
||||
%description devel
|
||||
This package includes header files and libraries necessary for
|
||||
@ -41,6 +43,8 @@ developing programs which use the tirpc library.
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%patch100 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fisv
|
||||
%configure --enable-gss --prefix=%{buildroot}
|
||||
@ -113,5 +117,8 @@ rm -rf %{buildroot}
|
||||
%{_includedir}/tirpc/un-namespace.h
|
||||
|
||||
%changelog
|
||||
* Fri Aug 11 2006 Steve Dickson <steved@redhat.com> 0.1.7-1
|
||||
- Uncommented tcp6 and udp6 in the default /etc/netconfig file.
|
||||
|
||||
* Fri Aug 4 2006 Steve Dickson <steved@redhat.com> 0.1.7-1
|
||||
- Initial commit
|
||||
|
Loading…
Reference in New Issue
Block a user