One last try pointing to the file itself for a BuildReq

This commit is contained in:
Jesse Keating 2006-06-05 15:56:30 +00:00
parent 6eeca4cb34
commit 25619b72e7

View File

@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux
Version: 3.10
%define tarball_version 3.10
Release: 4
Release: 5
License: GPL
Group: Applications/System
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2
@ -11,7 +11,7 @@ Patch1: syslinux-3.07-gcc4.patch
ExclusiveArch: i386 x86_64
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildPrereq: nasm >= 0.98.38-1, perl, netpbm-progs
BuildRequires: glibc32
BuildRequires: /usr/include/gnu/stubs-32.h
Autoreq: 0
%ifarch i386
Requires: mtools, libc.so.6
@ -101,7 +101,10 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/lib/syslinux/com32
%changelog
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.10-3
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.10-5
- Use the actual file as a BuildRequire
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.10-4
- Changed glibc-devel to glibc32 to get the 32bit package in
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.10-3