Author: glen Date: Sun May 18 21:08:55 2008 GMT Module: SPECS Tag: LINUX_2_6 ---- Log message: - PAE needs pentium pro or above according to wikipedia
---- Files affected: SPECS: kernel.spec (1.441.2.1904 -> 1.441.2.1905) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1904 SPECS/kernel.spec:1.441.2.1905 --- SPECS/kernel.spec:1.441.2.1904 Sun May 18 21:07:09 2008 +++ SPECS/kernel.spec Sun May 18 23:08:49 2008 @@ -244,8 +244,8 @@ # based on http://www.intra2net.com/de/produkte/opensource/ipt_account/pom-ng-ipt_ACCOUNT-1.12.tgz Patch39: kernel-ipt_ACCOUNT.patch -# kernel-2.6.25-layer7-2.18.patch from -# http://switch.dl.sourceforge.net/sourceforge/l7-filter/netfilter-layer7-v2.18.tar.gz +# kernel-2.6.25-layer7-2.18.patch from +# http://switch.dl.sourceforge.net/sourceforge/l7-filter/netfilter-layer7-v2.18.tar.gz Patch40: kernel-layer7.patch # http://www.ssi.bg/~ja/nfct/ipvs-nfct-2.6.25-1.diff @@ -418,6 +418,9 @@ Conflicts: xfsprogs < 2.6.0 %if %{with xen0} || %{with xenU} || %{with pae} ExclusiveArch: %{ix86} +%if %{with pae} +ExcludeArch: i386 i486 i586 +%endif %else ExclusiveArch: %{ix86} %{x8664} alpha arm ia64 ppc ppc64 sparc sparc64 %endif @@ -466,7 +469,7 @@ %define CrossOpts ARCH=%{_target_base_arch} CC="%{__cc}" %define DepMod /sbin/depmod %endif - + %ifarch ppc ppc64 %define CrossOpts ARCH=powerpc CROSS_COMPILE=%{_target_cpu}-pld-linux- %endif @@ -645,8 +648,8 @@ %description headers -l de.UTF-8 Dies sind die C Header Dateien für den Linux-Kernel, die definierte -Strukturen und Konstante beinhalten, die beim rekompilieren des Kernels -oder bei Kernel Modul kompilationen gebraucht werden. +Strukturen und Konstante beinhalten, die beim rekompilieren des +Kernels oder bei Kernel Modul kompilationen gebraucht werden. %description headers -l pl.UTF-8 Pakiet zawiera pliki nagłówkowe jądra, niezbędne do rekompilacji jądra @@ -1696,6 +1699,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1905 2008-05-18 21:08:49 glen +- PAE needs pentium pro or above according to wikipedia + Revision 1.441.2.1904 2008-05-18 19:07:09 glen - pae is %ix86 only said zbyniu ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel.spec?r1=1.441.2.1904&r2=1.441.2.1905&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
