From fe0416472a61592b8224717d13b09980506fb667 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 5 Jun 2006 15:27:44 +0000 Subject: [PATCH] Added missing BR --- syslinux.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/syslinux.spec b/syslinux.spec index c5cfba4..25b6c89 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -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: 2.2 +Release: 3 License: GPL Group: Applications/System Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2 @@ -11,6 +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: glibc-devel Autoreq: 0 %ifarch i386 Requires: mtools, libc.so.6 @@ -100,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/lib/syslinux/com32 %changelog +* Mon Jun 05 2006 Jesse Keating - 3.10-3 +- Added missing glibc-devel BuildRequires + * Tue Feb 07 2006 Jesse Keating - 3.10-2.2 - rebuilt for new gcc4.1 snapshot and glibc changes