summaryrefslogtreecommitdiff
path: root/syslinux.spec.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-11-01 15:30:54 -0800
committerH. Peter Anvin <hpa@zytor.com>2006-11-01 15:30:54 -0800
commite75b8e02220acac6314e98df0709580bc20f9ca2 (patch)
tree31776e1d6e1fea0d4ad5fe84708ef0e09f70a713 /syslinux.spec.in
parent2dd31c890274efffe32448f596522108a5bfc4ac (diff)
downloadsyslinux-e75b8e02220acac6314e98df0709580bc20f9ca2.tar.gz
spec: handle variants of "i386" like "i686"syslinux-3.32-pre6
Diffstat (limited to 'syslinux.spec.in')
-rw-r--r--syslinux.spec.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/syslinux.spec.in b/syslinux.spec.in
index 0ea67c33..b6128e79 100644
--- a/syslinux.spec.in
+++ b/syslinux.spec.in
@@ -8,16 +8,15 @@ Release: 1
License: GPL
Group: System/Boot
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{VERSION}.tar.gz
-ExclusiveArch: i386 x86_64
+ExclusiveArch: i386 i486 i586 i686 athlon pentium4 x86_64
Packager: H. Peter Anvin <hpa@zytor.com>
Buildroot: %{_tmppath}/%{name}-%{VERSION}-root
BuildPrereq: nasm >= 0.98.38, perl
Autoreq: 0
-%ifarch i386
-Requires: mtools, libc.so.6
-%endif
%ifarch x86_64
Requires: mtools, libc.so.6()(64bit)
+%else
+Requires: mtools, libc.so.6
%endif
# NOTE: extlinux belongs in /sbin, not in /usr/sbin, since it is typically