SPECS: iproute2.spec - added patches for using iptables from iprou...

djrzulf djrzulf at pld-linux.org
Mon Dec 5 20:39:51 CET 2005


Author: djrzulf                      Date: Mon Dec  5 19:39:51 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added patches for using iptables from iproute (path correction),
- rel 3,

---- Files affected:
SPECS:
   iproute2.spec (1.150 -> 1.151) 

---- Diffs:

================================================================
Index: SPECS/iproute2.spec
diff -u SPECS/iproute2.spec:1.150 SPECS/iproute2.spec:1.151
--- SPECS/iproute2.spec:1.150	Mon Nov 14 10:38:58 2005
+++ SPECS/iproute2.spec	Mon Dec  5 20:39:46 2005
@@ -17,7 +17,7 @@
 %define	sdate	051107
 # do not use ,,2.6.X'' as version here, put whole number like 2.6.8
 Version:	2.6.14
-Release:	2
+Release:	3
 License:	GPL
 Vendor:		Stephen Hemminger <shemminger at osdl.org>
 Group:		Networking/Admin
@@ -26,12 +26,15 @@
 Patch0:		%{name}-build.patch
 Patch1:		%{name}-arp.patch
 Patch2:		%{name}-lex.patch
+Patch3:		%{name}-iptables.patch
+Patch4:		%{name}-iptables64.patch
 # extensions
 Patch10:	%{name}-2.2.4-wrr.patch
 Patch11:	esfq-%{name}.patch
 URL:		http://linux-net.osdl.org/index.php/Iproute2
 BuildRequires:	bison
 BuildRequires:	db-devel
+BuildRequires:	flex
 %if %{with atm}
 BuildRequires:	linux-atm-devel
 %endif
@@ -92,7 +95,11 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-
+%ifarch %{x8664} ia64 ppc64 s390x sparc64
+%patch4 -p1
+%else
+%patch3 -p1
+%endif
 %patch10 -p1
 %patch11 -p1
 
@@ -145,6 +152,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.151  2005/12/05 19:39:46  djrzulf
+- added patches for using iptables from iproute (path correction),
+- rel 3,
+
 Revision 1.150  2005/11/14 09:38:58  pluto
 - esfq updated, release 2.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/iproute2.spec?r1=1.150&r2=1.151&f=u




More information about the pld-cvs-commit mailing list