Hello community,

here is the log from the commit of package product-builder for openSUSE:Factory 
checked in at 2020-03-11 18:32:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/product-builder (Old)
 and      /work/SRC/openSUSE:Factory/.product-builder.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "product-builder"

Wed Mar 11 18:32:06 2020 rev:30 rq:782084 version:1.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/product-builder/product-builder.changes  
2020-02-14 16:26:24.915224545 +0100
+++ 
/work/SRC/openSUSE:Factory/.product-builder.new.3160/product-builder.changes    
    2020-03-11 18:32:08.918891390 +0100
@@ -1,0 +2,12 @@
+Fri Feb 28 11:02:19 UTC 2020 - Adrian Schröter <adr...@suse.de>
+
+- 1.2.9
+  * fix "multiple kiwi files" error for Full media
+
+-------------------------------------------------------------------
+Wed Feb 26 13:23:16 UTC 2020 - Adrian Schröter <adr...@suse.de>
+
+- 1.2.8
+  * keep kwd file in SLE Full media wrapper (bsc#1164670)
+
+-------------------------------------------------------------------

Old:
----
  product-builder-1.2.7.obscpio

New:
----
  product-builder-1.2.9.obscpio

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

Other differences:
------------------
++++++ product-builder.spec ++++++
--- /var/tmp/diff_new_pack.RRhxYy/_old  2020-03-11 18:32:12.002893282 +0100
+++ /var/tmp/diff_new_pack.RRhxYy/_new  2020-03-11 18:32:12.014893289 +0100
@@ -23,7 +23,7 @@
 Name:           product-builder
 Conflicts:      kiwi
 Conflicts:      kiwi-instsource
-Version:        1.2.7
+Version:        1.2.9
 Release:        0
 Provides:       kiwi-schema = 6.2
 Source:         product-builder-%version.tar.xz

++++++ _service ++++++
--- /var/tmp/diff_new_pack.RRhxYy/_old  2020-03-11 18:32:12.042893306 +0100
+++ /var/tmp/diff_new_pack.RRhxYy/_new  2020-03-11 18:32:12.046893308 +0100
@@ -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.7</param>
-    <param name="version">1.2.7</param>
+    <param name="revision">1.2.9</param>
+    <param name="version">1.2.9</param>
     <param name="scm">git</param>
     <param name="extract">rpm/product-builder.spec</param>
   </service>

++++++ product-builder-1.2.7.obscpio -> product-builder-1.2.9.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-1.2.7/SLE-wrapper.sh 
new/product-builder-1.2.9/SLE-wrapper.sh
--- old/product-builder-1.2.7/SLE-wrapper.sh    2020-02-05 13:05:47.000000000 
+0100
+++ new/product-builder-1.2.9/SLE-wrapper.sh    2020-02-28 11:09:58.000000000 
+0100
@@ -33,6 +33,9 @@
       perl -e '$in=0; while (<STDIN>) { $in=1 if /<instrepo /; print $_ unless 
$in; if (m,</instrepo,) { $in=0; system("cat expanded_instsources.include") }; 
}' < $kiwi > config.xml
       sed -i 
"s,MEDIUM_NAME\">.*,MEDIUM_NAME\">$MN-$BUILD_SUFFIX-Media</productvar><productvar
 name=\"BUILD_ID\">$MN-$BUILD_SUFFIX</productvar>," config.xml
 
+      # rescue support flags
+      cp ${kiwi%.kiwi}.kwd config.kwd
+
       /usr/bin/product-builder.pl --root $TOPDIR/KIWIROOT/ -v 1 --logfile 
terminal --create-instsource . || exit 1
       mv $TOPDIR/KIWIROOT/main $TOPDIR/KIWIALL/$MN_SHORT
       rm -rf $TOPDIR/KIWIROOT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-1.2.7/modules/KIWICollect.pm 
new/product-builder-1.2.9/modules/KIWICollect.pm
--- old/product-builder-1.2.7/modules/KIWICollect.pm    2020-02-05 
13:05:47.000000000 +0100
+++ new/product-builder-1.2.9/modules/KIWICollect.pm    2020-02-28 
11:09:58.000000000 +0100
@@ -1349,6 +1349,7 @@
     my %supporthash;
     my $supportfile = abs_path($this->{m_xml}->{xmlOrigFile});
     $supportfile =~ s/.kiwi$/.kwd/;
+    $supportfile =~ s/.xml$/.kwd/;
     if ( -e $supportfile ) {
         my $support_fd = FileHandle -> new();
         if (! $support_fd -> open ($supportfile)) {

++++++ product-builder.obsinfo ++++++
--- /var/tmp/diff_new_pack.RRhxYy/_old  2020-03-11 18:32:12.166893382 +0100
+++ /var/tmp/diff_new_pack.RRhxYy/_new  2020-03-11 18:32:12.170893385 +0100
@@ -1,5 +1,5 @@
 name: product-builder
-version: 1.2.7
-mtime: 1580904347
-commit: 2fa0d07906bffbde3df7cef265301ecd08d85027
+version: 1.2.9
+mtime: 1582884598
+commit: ea6316a55b185c14a6b04c347b1b463f211d3fc7
 


Reply via email to