- update to version 4.04
* PXELINUX: Fix handling of unqualified DNS names. * PXELINUX: Fix timer bug when PXELINUX might be unloaded (Gene Cumm). * core/writedec.inc: Fix duplicate declaration and overflow (Gene Cumm). * GCC 4.5 fixes. * sample directory: Fix Makefile include (Gene Cumm). * ver.com: New universal DOS/COMBOOT application to display version information (includes DRMK) (Gene Cumm). * rosh.c32: updated; Using getopt() for internal commands to aid parsing options; Fix bugs in ls; add warm reboot and echo (Gene Cumm). * com32: fix a file descriptor leak. * gfxboot.c32: handle TEXT..ENDTEXT; error out on no LABELs found (Sebastian Herbszt). * Fix booting on non-partitioned devices. * MBR, isohybrid: Workaround for a BIOS issue on Acer Travelmate and possibly other machines. * COM32: Adding ACPI parsing libary * HDT: Release 0.4.1 to support ACPI parsing, improved mutli-core/cpu reporting * LUA: Updating to 5.1.4-2 * SYSLINUX: core/diskstart.inc: Reset DS after checksum in case it isn't 0 (Gene Cumm). * win64: Script update for additional mingw compiler names (Gene Cumm). * diag: New directory for diagnostic-related tools. Add a handoff MBR/VBR and geometry display images (Gene Cumm). OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=26
This commit is contained in:
@@ -26,14 +26,13 @@ Group: System/Boot
|
||||
Requires: mtools
|
||||
AutoReqProv: on
|
||||
Summary: Boot Loader for Linux
|
||||
Version: 4.03
|
||||
Version: 4.04
|
||||
Release: 4
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: isolinux-config
|
||||
Source2: README.gfxboot
|
||||
Patch0: %{name}-%{version}-iso9660.diff
|
||||
Patch1: %{name}-%{version}-cwd.diff
|
||||
Patch2: %{name}-%{version}-lua.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -52,7 +51,6 @@ Authors:
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
cp %{SOURCE2} .
|
||||
|
Reference in New Issue
Block a user