Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2013-02-18 14:00:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslinux (Old)
 and      /work/SRC/openSUSE:Factory/.syslinux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslinux", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes        2013-02-05 
11:20:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2013-02-18 
14:00:13.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 18 10:14:42 CET 2013 - [email protected]
+
+- make uefi image optional
+
+-------------------------------------------------------------------

New:
----
  syslinux-4.04-isohybrid_efi_optional.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syslinux.spec ++++++
--- /var/tmp/diff_new_pack.y8IU7H/_old  2013-02-18 14:00:15.000000000 +0100
+++ /var/tmp/diff_new_pack.y8IU7H/_new  2013-02-18 14:00:15.000000000 +0100
@@ -43,6 +43,7 @@
 Patch6:         %{name}-%{version}-libext2fs.diff
 Patch7:         %{name}-%{version}-gcc47.diff
 Patch8:         %{name}-%{version}-isohybrid_efi.diff
+Patch9:         %{name}-%{version}-isohybrid_efi_optional.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,6 +68,7 @@
 %patch6 -p0
 %patch7 -p0
 %patch8 -p0
+%patch9 -p1
 
 %build
 cp %{SOURCE2} .

++++++ syslinux-4.04-isohybrid_efi_optional.diff ++++++
diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index 7638bc0..09f4520 100644
--- a/utils/isohybrid.c
+++ b/utils/isohybrid.c
@@ -1028,7 +1028,9 @@ main(int argc, char *argv[])
                errx(1, "%s: invalid efi catalogue", argv[0]);
            }
        } else {
-           errx(1, "%s: unable to find efi image", argv[0]);
+           fprintf(stderr, "%s: warning: unable to find efi image\n", argv[0]);
+           mode &= ~EFI;
+           part_efi = 0;
        }
     }
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to