Author: arekm                        Date: Mon Apr  6 19:15:34 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- esfq/wrr off (broken on 2.6.29)

---- Files affected:
SPECS:
   kernel.spec (1.663 -> 1.664) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.663 SPECS/kernel.spec:1.664
--- SPECS/kernel.spec:1.663     Mon Apr  6 20:48:43 2009
+++ SPECS/kernel.spec   Mon Apr  6 21:15:28 2009
@@ -39,7 +39,8 @@
 %bcond_with    nfsroot         # build with root on NFS support
 
 %bcond_with    imq             # imq support
-%bcond_without wrr             # wrr support
+%bcond_with    wrr             # wrr support (broken on 2.6.29)
+%bcond_with    esfq            # esfq support (broken on 2.6.29)
 %bcond_without ipv6            # ipv6 support
 
 %bcond_without vserver         # support for VServer (enabled by default)
@@ -826,9 +827,10 @@
 %patch51 -p1
 %endif
 
-# XXX: 2.6.29 fixme
 # esfq
-# %patch53 -p1
+%if %{with esfq}
+%patch53 -p1
+%endif
 
 %if %{with wrr}
 %patch52 -p1
@@ -1633,6 +1635,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.664  2009/04/06 19:15:28  arekm
+- esfq/wrr off (broken on 2.6.29)
+
 Revision 1.663  2009/04/06 18:48:43  vip
 - fix booting with lzma image ("bad header" error)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel.spec?r1=1.663&r2=1.664&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to