packages: kernel/kernel.spec - hwpoison supported only on x86_64 (or x86 bu...
arekm
arekm at pld-linux.org
Sat Dec 5 21:25:17 CET 2009
Author: arekm Date: Sat Dec 5 20:25:17 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- hwpoison supported only on x86_64 (or x86 but with sparsemem disabled)
---- Files affected:
packages/kernel:
kernel.spec (1.733 -> 1.734)
---- Diffs:
================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.733 packages/kernel/kernel.spec:1.734
--- packages/kernel/kernel.spec:1.733 Sat Dec 5 20:13:20 2009
+++ packages/kernel/kernel.spec Sat Dec 5 21:25:12 2009
@@ -1341,7 +1341,9 @@
/lib/modules/%{kernel_release}/kernel/kernel
/lib/modules/%{kernel_release}/kernel/lib
/lib/modules/%{kernel_release}/kernel/net
+%ifarch %{x8664}
/lib/modules/%{kernel_release}/kernel/mm
+%endif
%if %{have_sound}
%dir /lib/modules/%{kernel_release}/kernel/sound
/lib/modules/%{kernel_release}/kernel/sound/ac97_bus.ko*
@@ -1589,6 +1591,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.734 2009/12/05 20:25:12 arekm
+- hwpoison supported only on x86_64 (or x86 but with sparsemem disabled)
+
Revision 1.733 2009/12/05 19:13:20 arekm
- drop PF_RING; it can be build outside kernel and no longer needs patching kernel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.733&r2=1.734&f=u
More information about the pld-cvs-commit
mailing list