SPECS: iproute2.spec - up to 2.6.20-070313 - disabled build patch ...
cactus
cactus at pld-linux.org
Thu May 17 20:41:37 CEST 2007
Author: cactus Date: Thu May 17 18:41:37 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 2.6.20-070313
- disabled build patch now must work without it
- disabled wrr - no patch for this version
- disabled lex - what's this?
- disabled iface_addr - not work now
- esfq patch updated to 2.6.20
- LDFLAGS patch marged to 2.6.20
---- Files affected:
SPECS:
iproute2.spec (1.165 -> 1.166)
---- Diffs:
================================================================
Index: SPECS/iproute2.spec
diff -u SPECS/iproute2.spec:1.165 SPECS/iproute2.spec:1.166
--- SPECS/iproute2.spec:1.165 Thu May 17 12:13:50 2007
+++ SPECS/iproute2.spec Thu May 17 20:41:31 2007
@@ -2,13 +2,15 @@
#
# TODO:
# - fix build @ uClibc
+# - add newer wrr patch - none now available for 2.6.20
+# - fix iface_descr patch
#
# Conditional build
%bcond_without doc # don't build documentation
%bcond_without tc # don't build tc program (it breaks static linkage)
%bcond_without atm # don't required ATM.
%bcond_with uClibc # do some hacks to build with uClibc
-%bcond_with iface_descr # build with interface description support
+#%bcond_with iface_descr # build with interface description support
#
Summary: Utility to control Networking behavior in.X kernels
Summary(es.UTF-8): Herramientas para encaminamiento avanzado y configuración de interfaces de red
@@ -24,7 +26,7 @@
Group: Networking/Admin
Source0: http://developer.osdl.org/dev/iproute2/download/%{name}-%{version}-%{sdate}.tar.gz
# Source0-md5: 7bc5883aadf740761fa2dd70b661e8cc
-Patch0: %{name}-build.patch
+#Patch0: %{name}-build.patch
Patch1: %{name}-arp.patch
Patch2: %{name}-lex.patch
Patch3: %{name}-iptables.patch
@@ -94,20 +96,20 @@
%prep
%setup -q -n iproute-%{version}-%{sdate}
-rm -rf include-glibc include/linux
+#rm -rf include-glibc include/linux
#%patch0 -p1
-#%patch1 -p1
+%patch1 -p1
#%patch2 -p1
-#%if "%{_lib}" == "lib64"
-#%patch4 -p1
-#%else
-#%patch3 -p1
-#%endif
-#%patch5 -p1
+%if "%{_lib}" == "lib64"
+%patch4 -p1
+%else
+%patch3 -p1
+%endif
+%patch5 -p1
# extensions:
#%patch10 -p1
-#%patch11 -p1
+%patch11 -p1
#%{?with_iface_descr:%patch12 -p1}
%build
@@ -170,6 +172,15 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.166 2007/05/17 18:41:31 cactus
+- up to 2.6.20-070313
+- disabled build patch now must work without it
+- disabled wrr - no patch for this version
+- disabled lex - what's this?
+- disabled iface_addr - not work now
+- esfq patch updated to 2.6.20
+- LDFLAGS patch marged to 2.6.20
+
Revision 1.165 2007/05/17 10:13:50 cactus
- NFY
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/iproute2.spec?r1=1.165&r2=1.166&f=u
More information about the pld-cvs-commit
mailing list