From 2230fd5ecfa0ad2bae6b1e51c11130cdfea94649 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 27 Feb 2009 20:11:06 +0000 Subject: [PATCH] fix arch issues --- syslinux.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/syslinux.spec b/syslinux.spec index 4cef303..bcfd7c3 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -2,17 +2,17 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux Version: 3.73 %define tarball_version 3.73 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: http://syslinux.zytor.com/ Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2 -ExclusiveArch: i386 x86_64 +ExclusiveArch: %{ix86} x86_64 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs BuildRequires: /usr/include/gnu/stubs-32.h Autoreq: 0 -%ifarch i386 +%ifarch %{ix86} Requires: mtools, libc.so.6 %endif %ifarch x86_64 @@ -84,6 +84,9 @@ rm -rf %{buildroot} %{_datadir}/syslinux/com32 %changelog +* Fri Feb 27 2009 Tom "spot" Callaway - 3.73-2 +- fix arch issues + * Fri Feb 27 2009 Jeremy Katz - 3.73-1 - Update to 3.73