- Don't strip binaries to fix debuginfo (#249970)

This commit is contained in:
Jeremy Katz 2009-04-28 19:37:51 +00:00
parent 227b42236b
commit 54f7301342

View File

@ -2,11 +2,12 @@ Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux
Version: 3.75
%define tarball_version 3.75
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
Patch0: syslinux-debuginfo.patch
ExclusiveArch: %{ix86} x86_64
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs
@ -33,6 +34,7 @@ MEMDISK, which loads legacy operating systems from these media.
%prep
%setup -q -n syslinux-%{tarball_version}
%patch0 -p1 -b .nostrip
%build
CFLAGS="-Werror -Wno-unused -finline-limit=2000"
@ -84,6 +86,9 @@ rm -rf %{buildroot}
%{_datadir}/syslinux/com32
%changelog
* Tue Apr 28 2009 Jeremy Katz <katzj@redhat.com> - 3.75-2
- Don't strip binaries to fix debuginfo (#249970)
* Thu Apr 16 2009 Jeremy Katz <katzj@redhat.com> - 3.75-1
- update to 3.75