[Ocfs2-commits] manish commits r2151 - trunk/vendor/redhat

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 19 19:45:00 CDT 2005


Author: manish
Signed-off-by: jlbec
Date: 2005-04-19 19:44:58 -0500 (Tue, 19 Apr 2005)
New Revision: 2151

Modified:
   trunk/vendor/redhat/ocfs2-2.6.9-EL.spec-generic.in
Log:
Clean up spec file, ia64 has no -smp flavor.

Signed-off-by: jlbec


Modified: trunk/vendor/redhat/ocfs2-2.6.9-EL.spec-generic.in
===================================================================
--- trunk/vendor/redhat/ocfs2-2.6.9-EL.spec-generic.in	2005-04-19 18:41:33 UTC (rev 2150)
+++ trunk/vendor/redhat/ocfs2-2.6.9-EL.spec-generic.in	2005-04-20 00:44:58 UTC (rev 2151)
@@ -8,8 +8,7 @@
 # Because RPM is dumb
 %define _unpackaged_files_terminate_build 0
 
-# Turn on's and off's (summit and debug not used but added
-# for future proofing)
+# Turn ons and offs
 %define buildup		1
 %define buildsmp	1
 %define buildhugemem	1
@@ -23,13 +22,9 @@
 %define buildhugemem	0
 %endif
 
-%ifarch ia32e
-%define karch ia32e
-%define buildhugemem	0
-%endif
-
 %ifarch ia64
 %define karch ia64
+%define buildsmp	0
 %define buildhugemem	0
 %endif
 



More information about the Ocfs2-commits mailing list