From f6fdb614bfb3b91e52c53e7fd45d387ba13ac6f5 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Fri, 15 Apr 2011 15:56:47 +0200 Subject: [PATCH] Use arch macros in the lorax.spec --- lorax.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lorax.spec b/lorax.spec index d0946df6..9113ccdd 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