Author: glen Date: Mon May 12 17:29:30 2008 GMT Module: SPECS Tag: AC-branch ---- Log message: - kick in epoll patch
---- Files affected: SPECS: kernel24.spec (1.793.2.13 -> 1.793.2.14) ---- Diffs: ================================================================ Index: SPECS/kernel24.spec diff -u SPECS/kernel24.spec:1.793.2.13 SPECS/kernel24.spec:1.793.2.14 --- SPECS/kernel24.spec:1.793.2.13 Wed May 7 13:36:01 2008 +++ SPECS/kernel24.spec Mon May 12 19:29:24 2008 @@ -10,6 +10,7 @@ %bcond_with um # build USERMODE kernel %bcond_with win4lin # apply the Win4Lin patches %bcond_with routes # apply patch from http://www.ssi.bg/~ja/#routes-2.4 +%bcond_with epoll # epoll patch (last updated for 2.4.32) # %ifnarch %{ix86} @@ -36,7 +37,7 @@ Summary(pl): J�dro Linuksa Summary(pt_BR): Kernel Linux (a parte central do sistema operacional Linux) Name: kernel24 -# %{postver} in EXTRAVERSION causes userspace (glibc? modutile?) to freeze +# %{postver} in EXTRAVERSION causes userspace (glibc? modutils?) to freeze Version: %{basever} Release: %{rel}%{?with_um:um} License: GPL v2 @@ -152,6 +153,9 @@ Patch104: %{name}-netfilter_pptp.patch Patch105: linux-2.4-ip_conntrack_oracle-endian.patch +# http://linux.1wt.eu/kernel/2.4/lkup/epoll-lt.html +Patch106: kernel24-epoll-lt.patch + # http://ebtables.sourceforge.net/ Patch110: ebtables-brnf-10_vs_2.4.31.diff.gz # http://www.linuximq.net/ @@ -805,6 +809,7 @@ %patch103 -p1 %patch104 -p1 %patch105 -p1 +%{?with_epoll:%patch106 -p1} %patch110 -p1 %patch120 -p1 %patch101 -p1 @@ -1719,6 +1724,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.793.2.14 2008-05-12 17:29:24 glen +- kick in epoll patch + Revision 1.793.2.13 2008-05-07 11:36:01 hawk - 2.4.36.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel24.spec?r1=1.793.2.13&r2=1.793.2.14&f=u
_______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
