auto-import syslinux-3.07-1 on branch devel from syslinux-3.07-1.src.rpm

This commit is contained in:
Peter Jones 2005-01-14 22:01:41 +00:00
parent f71bcff2c1
commit bbfc8dc937
3 changed files with 13 additions and 5 deletions

View File

@ -1 +1 @@
syslinux-3.02.tar.bz2
syslinux-3.07.tar.bz2

View File

@ -1 +1 @@
dd96fb6cd73cfc650bfc7fd9c3d8cdf2 syslinux-3.02.tar.bz2
595ac26834a50c35e825a5377c02b3db syslinux-3.07.tar.bz2

View File

@ -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 <pjones@redhat.com> - 3.07-1
- update to 3.07
* Tue Jan 11 2005 Peter Jones <pjones@redhat.com> - 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 <pjones@redhat.com> - 3.02-2
- Beehive doesn't let you build in scratch and then build someplace else,
arrrrgh.