fix arch issues
This commit is contained in:
parent
41f009f18e
commit
2230fd5ecf
@ -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 <tcallawa@redhat.com> - 3.73-2
|
||||
- fix arch issues
|
||||
|
||||
* Fri Feb 27 2009 Jeremy Katz <katzj@redhat.com> - 3.73-1
|
||||
- Update to 3.73
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user