Hello community,

here is the log from the commit of package 
kiwi-instsource-plugins-openSUSE-12-1 for openSUSE:12.2 checked in at 
2012-08-28 12:09:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/kiwi-instsource-plugins-openSUSE-12-1 (Old)
 and      /work/SRC/openSUSE:12.2/.kiwi-instsource-plugins-openSUSE-12-1.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-instsource-plugins-openSUSE-12-1", Maintainer is ""

Changes:
--------

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

Other differences:
------------------
++++++ kiwi-instsource-plugins-openSUSE-12-1.diff ++++++
--- /var/tmp/diff_new_pack.pzY8To/_old  2012-08-28 12:09:13.000000000 +0200
+++ /var/tmp/diff_new_pack.pzY8To/_new  2012-08-28 12:09:13.000000000 +0200
@@ -101,7 +101,7 @@
 ===================================================================
 --- /dev/null
 +++ KIWIPromoDVDPlugin.pm
-@@ -0,0 +1,148 @@
+@@ -0,0 +1,149 @@
 +################################################################
 +# Copyright (c) 2012 SUSE
 +#
@@ -236,11 +236,12 @@
 +  }
 +
 +  my $medium = $this->collect()->productData()->getVar("MEDIUM_NAME");
-+  system("mkdir -p boot/grub; echo $medium > boot/grub/mbrid");
 +  find( sub { 
 +     if (m/initrd.liv/) { 
 +       my $cd = $File::Find::name; 
++       system("mkdir -p boot/grub; echo $medium > boot/grub/mbrid");
 +       system("echo boot/grub/mbrid | cpio --create --format=newc --quiet | 
gzip -9 -f >> $cd");
++       system("rm boot/grub/mbrid; rmdir boot/grub; rmdir boot");
 +       $this->logMsg("I", "updated $cd");
 +      }  
 +     }, $this->handler()->collect()->basedir());

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

Reply via email to