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
|
Name: syslinux
|
||||||
Version: 3.73
|
Version: 3.73
|
||||||
%define tarball_version 3.73
|
%define tarball_version 3.73
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://syslinux.zytor.com/
|
URL: http://syslinux.zytor.com/
|
||||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2
|
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)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs
|
BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs
|
||||||
BuildRequires: /usr/include/gnu/stubs-32.h
|
BuildRequires: /usr/include/gnu/stubs-32.h
|
||||||
Autoreq: 0
|
Autoreq: 0
|
||||||
%ifarch i386
|
%ifarch %{ix86}
|
||||||
Requires: mtools, libc.so.6
|
Requires: mtools, libc.so.6
|
||||||
%endif
|
%endif
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
@ -84,6 +84,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/syslinux/com32
|
%{_datadir}/syslinux/com32
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 27 2009 Jeremy Katz <katzj@redhat.com> - 3.73-1
|
||||||
- Update to 3.73
|
- Update to 3.73
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user