Author: arekm Date: Mon May 12 11:06:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix booting from logical partitions (from upstream)
---- Files affected: SPECS: syslinux.spec (1.89 -> 1.90) ---- Diffs: ================================================================ Index: SPECS/syslinux.spec diff -u SPECS/syslinux.spec:1.89 SPECS/syslinux.spec:1.90 --- SPECS/syslinux.spec:1.89 Sat Apr 12 17:10:48 2008 +++ SPECS/syslinux.spec Mon May 12 13:06:47 2008 @@ -10,6 +10,7 @@ Group: Applications/System Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2 # Source0-md5: ee6b84cc7b598b4e1a00a4a8c6676d4e +Patch0: %{name}-logical-boot.patch URL: http://syslinux.zytor.com/ BuildRequires: nasm BuildRequires: perl-base @@ -75,6 +76,8 @@ %prep %setup -q +%patch0 -p1 + sed -i 's/-march=i386//' sample/Makefile sed -i 's/FPNG_NO_WRITE_SUPPORTED/DPNG_NO_WRITE_SUPPORTED/' com32/lib/MCONFIG @@ -115,6 +118,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.90 2008-05-12 11:06:47 arekm +- fix booting from logical partitions (from upstream) + Revision 1.89 2008-04-12 15:10:48 areq - 3.63 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/syslinux.spec?r1=1.89&r2=1.90&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
