Hello community,

here is the log from the commit of package kiwi for openSUSE:12.3 checked in at 
2013-02-19 16:14:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/kiwi (Old)
 and      /work/SRC/openSUSE:12.3/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------

New:
----
  kiwi.diff

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.lzKJux/_old  2013-02-19 16:14:42.000000000 +0100
+++ /var/tmp/diff_new_pack.lzKJux/_new  2013-02-19 16:14:42.000000000 +0100
@@ -116,6 +116,7 @@
 Source2:        %{name}-docu.tar.bz2
 Source3:        %{name}-repo.tar.bz2
 Source4:        %{name}-find-boot-requires.sh
+Patch0:         kiwi.diff
 # build root path
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -466,6 +467,7 @@
 
 %prep
 %setup -q -n %name -a2 -a3
+%patch0 -p1
 
 %build
 # empty because of rpmlint warning rpm-buildroot-usage

++++++ kiwi.diff ++++++
--- kiwi/modules/KIWICollect.pm 2013-02-18 11:07:44.000000000 +0100
+++ kiwi/modules/KIWICollect.pm 2013-02-19 15:31:44.860763308 +0100
@@ -771,6 +771,9 @@
                                        $is_bootable = 1;
                                }
                        }
+
+                       $iso -> addBootEFILive(1);
+
                        if(!$iso->createISO()) {
                                $this->logMsg('E', "Cannot create Iso image");
                                return 1;
--- kiwi/modules/KIWIIsoLinux.pm        2013-02-18 11:07:44.000000000 +0100
+++ kiwi/modules/KIWIIsoLinux.pm        2013-02-19 16:02:01.123695492 +0100
@@ -396,7 +396,7 @@
        #==========================================
        # add end-of-header marker
        #------------------------------------------
-       qxx ("echo $magicID >> $tmpdir/glump");
+       qxx ("echo $magicID > $tmpdir/glump");
        qxx ("echo $tmpdir/glump 1000000 >> $sort");
        #==========================================
        # update parameter list
@@ -732,9 +732,9 @@
        my $files = $this -> isols();
        found: for (@{$files}) {
                next unless $_->{type} eq ' ';
-               last if $cnt++ >= 2; # check only the first 2 files
+               last if $cnt++ >= 8; # check only the first 2 files
                my $buf;
-               for (my $i = 0; $i >= -4; $i--) { # go back up to 4 blocks
+               for (my $i = 0; $i >= -8; $i--) { # go back up to 4 blocks
                        seek $iso_fd, ($_->{start} + $i) << 11, 0;
                        sysread $iso_fd, $buf, length $magicID;
                        $start = $_->{start} + $i;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to