Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2019-11-24 23:44:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxrc" Sun Nov 24 23:44:12 2019 rev:275 rq:749651 version:7.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2019-10-28 16:45:48.996658917 +0100 +++ /work/SRC/openSUSE:Factory/.linuxrc.new.26869/linuxrc.changes 2019-11-24 23:44:13.440033762 +0100 @@ -1,0 +2,8 @@ +Tue Nov 19 15:15:43 UTC 2019 - [email protected] + +- merge gh#openSUSE/linuxrc#198 +- ensure autoyast url is passed to yast when autoyast2 option is + used (bsc#1157031) +- 7.0.1 + +-------------------------------------------------------------------- Old: ---- linuxrc-7.0.0.tar.xz New: ---- linuxrc-7.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.yhQIMb/_old 2019-11-24 23:44:13.908033734 +0100 +++ /var/tmp/diff_new_pack.yhQIMb/_new 2019-11-24 23:44:13.912033734 +0100 @@ -17,7 +17,7 @@ Name: linuxrc -Version: 7.0.0 +Version: 7.0.1 Release: 0 Summary: SUSE Installation Program License: GPL-3.0+ ++++++ linuxrc-7.0.0.tar.xz -> linuxrc-7.0.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-7.0.0/VERSION new/linuxrc-7.0.1/VERSION --- old/linuxrc-7.0.0/VERSION 2019-10-23 15:46:25.000000000 +0200 +++ new/linuxrc-7.0.1/VERSION 2019-11-19 16:15:43.000000000 +0100 @@ -1 +1 @@ -7.0.0 +7.0.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-7.0.0/auto2.c new/linuxrc-7.0.1/auto2.c --- old/linuxrc-7.0.0/auto2.c 2019-10-23 15:46:25.000000000 +0200 +++ new/linuxrc-7.0.1/auto2.c 2019-11-19 16:15:43.000000000 +0100 @@ -1280,6 +1280,10 @@ url_umount(url); if(!err) { + if(!config.url.autoyast) { + // this means 'autoyast2' has been used; point autoyast url to downloaded file + config.url.autoyast = url_set("file:/download/autoinst.xml"); + } // parse for embedded linuxrc options in <info_file> element log_info("parsing AutoYaST file\n"); file_read_info_file("file:/download/autoinst.xml", kf_cfg); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-7.0.0/changelog new/linuxrc-7.0.1/changelog --- old/linuxrc-7.0.0/changelog 2019-10-23 15:46:25.000000000 +0200 +++ new/linuxrc-7.0.1/changelog 2019-11-19 16:15:43.000000000 +0100 @@ -1,3 +1,8 @@ +2019-11-19: 7.0.1 + - merge gh#openSUSE/linuxrc#198 + - ensure autoyast url is passed to yast when autoyast2 option is + used (bsc#1157031) + 2019-10-23: 7.0.0 - merge gh#openSUSE/linuxrc#196 - show debug info also on console device
