From bbfc8dc93756db9ecc221c7c4e68d5e442dcecd2 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Jan 14 2005 22:01:41 +0000 Subject: auto-import syslinux-3.07-1 on branch devel from syslinux-3.07-1.src.rpm --- diff --git a/.cvsignore b/.cvsignore index cb2d036..b9b2809 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -syslinux-3.02.tar.bz2 +syslinux-3.07.tar.bz2 diff --git a/sources b/sources index d0fe1d5..8d3ef9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd96fb6cd73cfc650bfc7fd9c3d8cdf2 syslinux-3.02.tar.bz2 +595ac26834a50c35e825a5377c02b3db syslinux-3.07.tar.bz2 diff --git a/syslinux.spec b/syslinux.spec index 9efe669..b4cbd57 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -1,7 +1,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux -Version: 3.02 -Release: 2 +Version: 3.07 +Release: 1 License: GPL Group: Applications/System Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2 @@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc NEWS README TODO COPYING +%doc NEWS README* TODO COPYING %doc *.doc memdisk/*.doc %{_bindir}/syslinux %{_sbindir}/extlinux @@ -95,6 +95,14 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/lib/syslinux/com32 %changelog +* Thu Jan 13 2005 Peter Jones - 3.07-1 +- update to 3.07 + +* Tue Jan 11 2005 Peter Jones - 3.06-1 +- update to 3.06 , which should fix the directory parsing bug that wedges it + with diskboot.img +- change README to README* in doc, to include README.menu and README.usbkey + * Tue Jan 4 2005 Peter Jones - 3.02-2 - Beehive doesn't let you build in scratch and then build someplace else, arrrrgh.