From 220965f62bf94260cc11ef4c5b43496407838eff4fa2ca53a3ead30fbe2144be Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 16 Oct 2008 12:40:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslinux?expand=0&rev=8 --- syslinux-3.63.diff | 10 +++++----- syslinux.changes | 5 +++++ syslinux.spec | 4 +++- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/syslinux-3.63.diff b/syslinux-3.63.diff index 25c8b5c..b08956e 100644 --- a/syslinux-3.63.diff +++ b/syslinux-3.63.diff @@ -2361,12 +2361,12 @@ gfx_user_info_0 dd 0 ; 12: data for info box gfx_user_info_1 dd 0 ; 16: data for info box gfx_bios_mem_size dd 0 ; 20: BIOS memory size (in bytes) -@@ -368,6 +368,8 @@ +@@ -366,6 +366,8 @@ + ; + gfx_get_sysconfig: push ax - mov al,[DriveNumber] - mov [gfx_boot_drive],al + mov ax,[SerialPort] + mov [gfx_serial_port],ax + mov al,[DriveNumber] + mov [gfx_boot_drive],al - %if IS_ISOLINUX - mov ah,2 diff --git a/syslinux.changes b/syslinux.changes index 253c830..3bb976f 100644 --- a/syslinux.changes +++ b/syslinux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 16 14:33:43 CEST 2008 - snwint@suse.de + +- minor serial line patch fix (bnc #436034) + ------------------------------------------------------------------- Wed Sep 10 18:50:30 CEST 2008 - snwint@suse.de diff --git a/syslinux.spec b/syslinux.spec index 0748616..864bb2d 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -29,7 +29,7 @@ Requires: mtools AutoReqProv: on Summary: Boot Loader for Linux Version: 3.63 -Release: 41 +Release: 42 Source: %{name}-%{version}.tar.bz2 Source1: isolinux-config Patch: %{name}-%{version}.diff @@ -75,6 +75,8 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32 %{_datadir}/syslinux %changelog +* Thu Oct 16 2008 snwint@suse.de +- minor serial line patch fix (bnc #436034) * Wed Sep 10 2008 snwint@suse.de - reworked serial line patch (removed SERIALLINES) * Thu Sep 04 2008 snwint@suse.de