Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2017-06-23 09:16:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Fri Jun 23 09:16:52 2017 rev:241 rq:504199 version:5.0.104

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2017-06-01 
16:28:30.926817291 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2017-06-23 
09:16:54.302811059 +0200
@@ -1,0 +2,7 @@
+Fri Jun 16 12:27:54 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#openSUSE/linuxrc#143
+- set kernel and initrd to use with kexec option (bsc#1044683)
+- 5.0.104
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-5.0.103.tar.xz

New:
----
  linuxrc-5.0.104.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.aLLk5x/_old  2017-06-23 09:16:55.178687298 +0200
+++ /var/tmp/diff_new_pack.aLLk5x/_new  2017-06-23 09:16:55.182686733 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        5.0.103
+Version:        5.0.104
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-5.0.103.tar.xz -> linuxrc-5.0.104.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.103/VERSION new/linuxrc-5.0.104/VERSION
--- old/linuxrc-5.0.103/VERSION 2017-05-22 13:48:48.000000000 +0200
+++ new/linuxrc-5.0.104/VERSION 2017-06-16 14:27:54.000000000 +0200
@@ -1 +1 @@
-5.0.103
+5.0.104
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.103/changelog 
new/linuxrc-5.0.104/changelog
--- old/linuxrc-5.0.103/changelog       2017-05-22 13:48:48.000000000 +0200
+++ new/linuxrc-5.0.104/changelog       2017-06-16 14:27:54.000000000 +0200
@@ -1,3 +1,6 @@
+2017-06-16:    5.0.104
+       - set kernel and initrd to use with kexec option (bsc #1044683)
+
 2017-05-19:    5.0.103
        - increase maximun screen size to cover at least 4k displays
        - enforce linuxrc's maximum screen dimensions properly (bsc #1027354)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.103/util.c new/linuxrc-5.0.104/util.c
--- old/linuxrc-5.0.103/util.c  2017-05-22 13:48:48.000000000 +0200
+++ new/linuxrc-5.0.104/util.c  2017-06-16 14:27:54.000000000 +0200
@@ -3154,6 +3154,10 @@
     strprintf(&config.kexec_kernel, "boot/%s/loader/linux", arch);
     strprintf(&config.kexec_initrd, "boot/%s/loader/initrd", arch);
   }
+  else {
+    strprintf(&config.kexec_kernel, "boot/%s/linux", arch);
+    strprintf(&config.kexec_initrd, "boot/%s/initrd", arch);
+  }
 }
 
 


Reply via email to