Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2018-09-20 11:40:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxrc" Thu Sep 20 11:40:07 2018 rev:263 rq:634728 version:6.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2018-07-25 16:03:47.056807784 +0200 +++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2018-09-20 11:40:11.672901067 +0200 @@ -1,0 +2,8 @@ +Mon Sep 10 11:43:05 UTC 2018 - [email protected] + +- merge gh#openSUSE/linuxrc#180 +- request s390 network device dialog only if really needed + (bsc#1106466) +- 6.0.2 + +-------------------------------------------------------------------- Old: ---- linuxrc-6.0.1.tar.xz New: ---- linuxrc-6.0.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.gpMcWZ/_old 2018-09-20 11:40:12.144900790 +0200 +++ /var/tmp/diff_new_pack.gpMcWZ/_new 2018-09-20 11:40:12.144900790 +0200 @@ -17,7 +17,7 @@ Name: linuxrc -Version: 6.0.1 +Version: 6.0.2 Release: 0 Summary: SUSE Installation Program License: GPL-3.0+ ++++++ linuxrc-6.0.1.tar.xz -> linuxrc-6.0.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-6.0.1/VERSION new/linuxrc-6.0.2/VERSION --- old/linuxrc-6.0.1/VERSION 2018-07-16 14:08:11.000000000 +0200 +++ new/linuxrc-6.0.2/VERSION 2018-09-10 13:43:05.000000000 +0200 @@ -1 +1 @@ -6.0.1 +6.0.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-6.0.1/auto2.c new/linuxrc-6.0.2/auto2.c --- old/linuxrc-6.0.1/auto2.c 2018-07-16 14:08:11.000000000 +0200 +++ new/linuxrc-6.0.2/auto2.c 2018-09-10 13:43:05.000000000 +0200 @@ -576,7 +576,11 @@ */ if(config.url.install->is.network) { #if defined(__s390__) || defined(__s390x__) - if(!config.net.configured && net_activate_s390_devs()) return 0; + if( + !config.net.configured && + net_config_needed(0) && + net_activate_s390_devs() + ) return 0; #endif if((config.net.do_setup & DS_SETUP)) auto2_user_netconfig(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-6.0.1/changelog new/linuxrc-6.0.2/changelog --- old/linuxrc-6.0.1/changelog 2018-07-16 14:08:11.000000000 +0200 +++ new/linuxrc-6.0.2/changelog 2018-09-10 13:43:05.000000000 +0200 @@ -1,3 +1,8 @@ +2018-09-10: 6.0.2 + - merge gh#openSUSE/linuxrc#180 + - request s390 network device dialog only if really needed + (bsc#1106466) + 2018-07-16: 6.0.1 - merge gh#openSUSE/linuxrc#177 - add check_media() function (bsc#1000947, bsc#1036004)
