Hello community,

here is the log from the commit of package product-builder for openSUSE:Factory 
checked in at 2020-04-27 23:29:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/product-builder (Old)
 and      /work/SRC/openSUSE:Factory/.product-builder.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "product-builder"

Mon Apr 27 23:29:08 2020 rev:32 rq:797196 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/product-builder/product-builder.changes  
2020-04-16 22:59:51.575519437 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder.new.2738/product-builder.changes    
    2020-04-27 23:29:14.778453744 +0200
@@ -1,0 +2,6 @@
+Tue Apr 21 14:40:56 UTC 2020 - Adrian Schröter <adr...@suse.de>
+
+- 1.3.0
+  * fail when plugins fail
+
+-------------------------------------------------------------------

Old:
----
  product-builder-1.2.10.obscpio

New:
----
  product-builder-1.3.0.obscpio

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

Other differences:
------------------
++++++ product-builder.spec ++++++
--- /var/tmp/diff_new_pack.NyQffA/_old  2020-04-27 23:29:17.126458328 +0200
+++ /var/tmp/diff_new_pack.NyQffA/_new  2020-04-27 23:29:17.126458328 +0200
@@ -23,7 +23,7 @@
 Name:           product-builder
 Conflicts:      kiwi
 Conflicts:      kiwi-instsource
-Version:        1.2.10
+Version:        1.3.0
 Release:        0
 Provides:       kiwi-schema = 6.2
 Source:         product-builder-%version.tar.xz

++++++ _service ++++++
--- /var/tmp/diff_new_pack.NyQffA/_old  2020-04-27 23:29:17.150458374 +0200
+++ /var/tmp/diff_new_pack.NyQffA/_new  2020-04-27 23:29:17.150458374 +0200
@@ -1,8 +1,8 @@
 <services>
   <service name="obs_scm" mode="disabled">
     <param name="url">https://github.com/openSUSE/product-builder.git</param>
-    <param name="revision">1.2.10</param>
-    <param name="version">1.2.10</param>
+    <param name="revision">1.3.0</param>
+    <param name="version">1.3.0</param>
     <param name="scm">git</param>
     <param name="extract">rpm/product-builder.spec</param>
   </service>

++++++ product-builder-1.2.10.obscpio -> product-builder-1.3.0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-1.2.10/modules/KIWICollect.pm 
new/product-builder-1.3.0/modules/KIWICollect.pm
--- old/product-builder-1.2.10/modules/KIWICollect.pm   2020-04-15 
16:25:04.000000000 +0200
+++ new/product-builder-1.3.0/modules/KIWICollect.pm    2020-04-24 
09:55:24.000000000 +0200
@@ -2261,7 +2261,10 @@
     foreach my $order(sort {$a <=> $b} 
keys(%{$this->{m_metacreator}->{m_handlers}})) {
         if($this->{m_metacreator}->{m_handlers}->{$order}->ready()) {
             $this->logMsg('I', "Execute plugin 
".$this->{m_metacreator}->{m_handlers}->{$order}->name()." order $order");
-            $this->{m_metacreator}->{m_handlers}->{$order}->execute();
+            if ($this->{m_metacreator}->{m_handlers}->{$order}->execute()) {
+              $this->logMsg('E', 'Plugin failed!');
+              return;
+            }
         } else {
             $this->logMsg(
                 "W", "Plugin 
".$this->{m_metacreator}->{m_handlers}->{$order}->name()." is not activated 
yet!"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-1.2.10/modules/KIWIIsoLinux.pm 
new/product-builder-1.3.0/modules/KIWIIsoLinux.pm
--- old/product-builder-1.2.10/modules/KIWIIsoLinux.pm  2020-04-15 
16:25:04.000000000 +0200
+++ new/product-builder-1.3.0/modules/KIWIIsoLinux.pm   2020-04-24 
09:55:24.000000000 +0200
@@ -445,7 +445,7 @@
     my $boot  = $base{$arch}{boot};
     my $volid = $this -> createVolumeID();
 
-#    $para.= " -chrp-boot"; # should not be needed anymore
+    $para.= " -chrp-boot";
     $para.= " -hfs-bless $src/$boot/grub2-ieee1275";
     $para.= " -hfs-volid '$volid'";
     $para.= " -l";

++++++ product-builder.obsinfo ++++++
--- /var/tmp/diff_new_pack.NyQffA/_old  2020-04-27 23:29:17.278458624 +0200
+++ /var/tmp/diff_new_pack.NyQffA/_new  2020-04-27 23:29:17.278458624 +0200
@@ -1,5 +1,5 @@
 name: product-builder
-version: 1.2.10
-mtime: 1586960704
-commit: e0a5d1c56acab2050ecbfdc3d7513e07a8a3fc11
+version: 1.3.0
+mtime: 1587714924
+commit: cadfc00c5e34f1ba0772a67e27721b8777d3777f
 


Reply via email to