diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-11-21 12:26:44 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-11-21 12:26:44 -0800 |
commit | e32ef7ef4c5e74cd9f44c016e1e92e2033bd6263 (patch) | |
tree | 79e3fcbdd21087cc78ba79fde142ccd5455dad10 /syslinux.spec.in | |
parent | a1c719bbcd72de060b3e9fabf5d57cd73ad4d992 (diff) | |
download | syslinux-e32ef7ef4c5e74cd9f44c016e1e92e2033bd6263.tar.gz |
spec: Require NASM 0.98.39
NASM 0.98.38 probably doesn't work anymore.
Diffstat (limited to 'syslinux.spec.in')
-rw-r--r-- | syslinux.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syslinux.spec.in b/syslinux.spec.in index 63e11b3d..7efb227c 100644 --- a/syslinux.spec.in +++ b/syslinux.spec.in @@ -11,7 +11,7 @@ Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{VERSION}.t 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, netpbm-progs +BuildPrereq: nasm >= 0.98.39, perl, netpbm-progs Autoreq: 0 %ifarch x86_64 Requires: mtools, libc.so.6()(64bit) |