[Ocfs2-commits] rev 761 - trunk/vendor/redhat
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Fri Mar 5 18:03:55 CST 2004
Author: jlbec
Date: 2004-03-05 18:03:53 -0600 (Fri, 05 Mar 2004)
New Revision: 761
Modified:
trunk/vendor/redhat/ocfs2-2.4.21-EL.spec.in
Log:
archs with one kernel
Modified: trunk/vendor/redhat/ocfs2-2.4.21-EL.spec.in
===================================================================
--- trunk/vendor/redhat/ocfs2-2.4.21-EL.spec.in 2004-03-05 20:25:06 UTC (rev 760)
+++ trunk/vendor/redhat/ocfs2-2.4.21-EL.spec.in 2004-03-06 00:03:53 UTC (rev 761)
@@ -16,7 +16,21 @@
%define buildhugemem 1
%define builddebug 0
+# From EL3 kernel specfile
+%ifnarch i686
+%define buildhugemem 0
+%endif
+%ifarch s390 s390x
+%define buildsmp 0
+%endif
+%ifarch ppc64pseries ppc64iseries
+%define buildsmp 0
+%endif
+%ifarch ia64
+%define buildsmp 0
+%endif
+
# This must be changed to the minimum ABI compat kernel version expected
%define base 2.4.21
%define abi 2.4.21-EL
More information about the Ocfs2-commits
mailing list