[lorax/f15/master] use marcos for arches as needed

Dennis Gilmore ausil at fedoraproject.org
Fri Apr 15 13:53:53 UTC 2011


commit 27b2381933b51ab9adcd7168806fe87fb73726ca
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Apr 15 08:54:48 2011 -0500

    use marcos for arches as needed

 lorax.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lorax.spec b/lorax.spec
index 555e259..fb10419 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -25,11 +25,11 @@ Requires:       genisoimage
 Requires:       parted
 Requires:       pyliblzma
 
-%ifarch i386 x86_64
+%ifarch %{ix86} x86_64
 Requires:       syslinux
 %endif
 
-%ifarch sparc sparc64
+%ifarch %{sparc}
 Requires:       silo
 %endif
 


More information about the scm-commits mailing list