From 17303c8a8c67351ee50bafbc239cd3c090da11b4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:53:02 +0000 Subject: [PATCH] auto-import changelog data from syslinux-1.52-1.src.rpm Sat Feb 10 2001 Matt Wilson - 1.52 Wed Jan 24 2001 Matt Wilson - 1.51pre7 Mon Jan 22 2001 Matt Wilson - 1.51pre5 Fri Jan 19 2001 Matt Wilson - 1.51pre3, with e820 detection Tue Dec 12 2000 Than Ngo - rebuilt with fixed fileutils Thu Nov 09 2000 Than Ngo - update to 1.49 - update ftp site - clean up specfile - add some useful documents --- .cvsignore | 2 +- sources | 2 +- syslinux.spec | 35 +++++++++++++++++++++++++++++------ 3 files changed, 31 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index d2a8a6c..7d8f386 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -syslinux-1.48.tar.gz +syslinux-1.52.tar.bz2 diff --git a/sources b/sources index c0961fc..4a7c7b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c46503e81fa8375a097a8e5f2c58d26b syslinux-1.48.tar.gz +c6f1de7c06569aa6f58ecc5c0e60382f syslinux-1.52.tar.bz2 diff --git a/syslinux.spec b/syslinux.spec index f0ce555..418adcf 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -1,13 +1,13 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux -Version: 1.48 -Release: 4 +Version: 1.52 +Release: 1 Copyright: BSD Group: Applications/System -Source0: ftp://sunsite.unc.edu/pub/Linux/system/boot/loaders/syslinux-1.48.tar.gz +Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2 ExclusiveArch: i386 Buildroot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: nasm, perl +BuildPrereq: nasm, perl %description Syslinux is a simple kernel loader. It normally loads the kernel (and an @@ -15,13 +15,15 @@ optional initrd image) from a FAT filesystem. It can also be used as a PXE bootloader during network boots. %prep -%setup -q +%setup -q -n syslinux-%{version} %build +#make DATE="$(echo `date +%%m-%%d-%%Y` RH build)" make %install rm -rf $RPM_BUILD_ROOT + mkdir -p $RPM_BUILD_ROOT/usr/bin make BINDIR=$RPM_BUILD_ROOT/usr/bin install @@ -30,10 +32,31 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc NEWS README syslinux.doc COPYING +%doc NEWS README *.doc COPYING /usr/bin/syslinux %changelog +* Sat Feb 10 2001 Matt Wilson +- 1.52 + +* Wed Jan 24 2001 Matt Wilson +- 1.51pre7 + +* Mon Jan 22 2001 Matt Wilson +- 1.51pre5 + +* Fri Jan 19 2001 Matt Wilson +- 1.51pre3, with e820 detection + +* Tue Dec 12 2000 Than Ngo +- rebuilt with fixed fileutils + +* Thu Nov 9 2000 Than Ngo +- update to 1.49 +- update ftp site +- clean up specfile +- add some useful documents + * Tue Jul 18 2000 Nalin Dahyabhai - add %%defattr (release 4)