rpms/syslinux/devel syslinux.spec,1.59,1.60

Jeremy Katz katzj at fedoraproject.org
Tue Apr 28 19:38:21 UTC 2009


Author: katzj

Update of /cvs/pkgs/rpms/syslinux/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27997

Modified Files:
	syslinux.spec 
Log Message:
* Tue Apr 28 2009 Jeremy Katz <katzj at redhat.com> - 3.75-2
- Don't strip binaries to fix debuginfo (#249970)



Index: syslinux.spec
===================================================================
RCS file: /cvs/pkgs/rpms/syslinux/devel/syslinux.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- syslinux.spec	28 Apr 2009 19:30:47 -0000	1.59
+++ syslinux.spec	28 Apr 2009 19:37:51 -0000	1.60
@@ -2,11 +2,12 @@ Summary: Simple kernel loader which boot
 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 sy
 
 %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 at redhat.com> - 3.75-2
+- Don't strip binaries to fix debuginfo (#249970)
+
 * Thu Apr 16 2009 Jeremy Katz <katzj at redhat.com> - 3.75-1
 - update to 3.75
 




More information about the fedora-extras-commits mailing list