Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2019-02-11 11:58:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and      
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "product-builder-plugin-Tumbleweed"

Mon Feb 11 11:58:52 2019 rev:14 rq:673285 version:1.1~pre.1549882033.98140aa

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
      2019-02-08 12:06:34.149623116 +0100
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.28833/product-builder-plugin-Tumbleweed.changes
   2019-02-11 11:58:54.787204507 +0100
@@ -1,0 +2,6 @@
+Mon Feb 11 10:55:02 UTC 2019 - Adrian Schröter <[email protected]>
+
+- instsys comes from remote source again
+  (keep avoiding kexec call)
+
+-------------------------------------------------------------------

Old:
----
  product-builder-plugins-1.1~pre.1548856050.054a6a1.obscpio

New:
----
  product-builder-plugins-1.1~pre.1549882033.98140aa.obscpio

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

Other differences:
------------------
++++++ product-builder-plugin-Tumbleweed.spec ++++++
--- /var/tmp/diff_new_pack.F5k4dY/_old  2019-02-11 11:58:56.599203939 +0100
+++ /var/tmp/diff_new_pack.F5k4dY/_new  2019-02-11 11:58:56.603203938 +0100
@@ -20,7 +20,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0-or-later
 Group:          System/Management
-Version:        1.1~pre.1548856050.054a6a1
+Version:        1.1~pre.1549882033.98140aa
 Release:        0
 Source:         product-builder-plugins-%version.tar.xz
 Provides:       product-builder-plugin = %version-%release

++++++ product-builder-plugins-1.1~pre.1548856050.054a6a1.obscpio -> 
product-builder-plugins-1.1~pre.1549882033.98140aa.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.1~pre.1548856050.054a6a1/KIWIMiniIsoPlugin.pm 
new/product-builder-plugins-1.1~pre.1549882033.98140aa/KIWIMiniIsoPlugin.pm
--- old/product-builder-plugins-1.1~pre.1548856050.054a6a1/KIWIMiniIsoPlugin.pm 
2019-01-30 14:47:30.000000000 +0100
+++ new/product-builder-plugins-1.1~pre.1549882033.98140aa/KIWIMiniIsoPlugin.pm 
2019-02-11 11:47:13.000000000 +0100
@@ -138,7 +138,6 @@
     );
 
     $this -> updateInitRDNET("./etc/linuxrc.d/10_repo", 
"defaultrepo=$repoloc\n");
-    $this -> updateInitRDNET("./etc/linuxrc.d/16_instsys", 
"instsys=disk:boot/___INITRD_ARCH___/root\n");
 
     my @gfxbootfiles;
     find(
@@ -276,6 +275,11 @@
     # hardcode for now
     $zipper = "xz --check=crc32";
 
+    my ($cpio, $pad) = _makecpiohead($file, [0, 0, oct(644), 1, 0, 0, 0, 
length($content), 0, 0, 0]);
+    $cpio .= $content;
+    $cpio .= $pad if $pad;
+    $cpio .= _makecpiohead();
+
     my @initrdfiles;
     find(
         sub { find_cb($this, '.*/initrd$', \@initrdfiles) },
@@ -286,18 +290,6 @@
 
     for my $initrd (@initrdfiles) {
         $this -> logMsg("I", "updating $initrd");
-
-        my $iarch = $initrd;
-        $iarch =~ s/.*\/boot\///;
-        $iarch =~ s/\/.*//;
-        my $_content = $content;
-        $_content =~ s/___INITRD_ARCH___/$iarch/g;
-        $this -> logMsg("I", " set parameter: $_content");
-        my ($cpio, $pad) = _makecpiohead($file, [0, 0, oct(644), 1, 0, 0, 0, 
length($_content), 0, 0, 0]);
-        $cpio .= $_content;
-        $cpio .= $pad if $pad;
-        $cpio .= _makecpiohead();
-
         my $fh  = FileHandle -> new();
         if (! $fh -> open("|$zipper -c >> $initrd")) {
         #if (! $fh -> open(">$initrd.append")) {

++++++ product-builder-plugins.obsinfo ++++++
--- /var/tmp/diff_new_pack.F5k4dY/_old  2019-02-11 11:58:56.711203904 +0100
+++ /var/tmp/diff_new_pack.F5k4dY/_new  2019-02-11 11:58:56.711203904 +0100
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.1~pre.1548856050.054a6a1
-mtime: 1548856050
-commit: 054a6a1113d2a45fa56d2d1028c48391b30705bf
+version: 1.1~pre.1549882033.98140aa
+mtime: 1549882033
+commit: 98140aab151adf801aed1d68b6316ffebe8deed9
 


Reply via email to