From 4271a37e9a9387f95e509d83024f3546ad8ba6e4 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 555e2592..fb104196 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