From dd7cbb4b5b3c585ea23ef9c51d299b6e9f87a06f Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 30 Dec 2004 21:29:28 +0000 Subject: [PATCH] Update for 3.00. --- syslinux.spec.in | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/syslinux.spec.in b/syslinux.spec.in index 70ce461..51a5ff7 100644 --- a/syslinux.spec.in +++ b/syslinux.spec.in @@ -25,11 +25,10 @@ Summary: Development environment for SYSLINUX add-on modules Group: Development/Libraries %description -SYSLINUX is a simple kernel loader. It normally loads the kernel (and an -optional initrd image) from a FAT filesystem. It can also be used as a -PXE bootloader during network boots (PXELINUX), or for booting from -ISO 9660 CD-ROMs (ISOLINUX). It also includes a tool, MEMDISK, which -loads legacy operating systems from these media. +SYSLINUX is a suite of bootloaders, currently supporting DOS FAT +filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots +(PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). It also includes a tool, +MEMDISK, which loads legacy operating systems from these media. %description devel The SYSLINUX boot loader contains an API, called COM32, for writing @@ -60,7 +59,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc NEWS README *.doc memdisk/*.doc COPYING +%doc NEWS README* *.doc memdisk/*.doc COPYING %doc sample %{_bindir}/syslinux %{_bindir}/ppmtolss16 @@ -81,12 +80,14 @@ rm -rf %{buildroot} %{_libdir}/syslinux/com32 %post -/sbin/ldconfig %postun -/sbin/ldconfig %changelog +* Thu Dec 30 2004 H. Peter Anvin +- libsyslinux dropped in syslinux 3.00. +- Additional documentation. + * Tue Dec 14 2004 H. Peter Anvin - Add a devel package for the com32 library added in 2.12. -- 2.7.4