Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2019-02-24 16:53:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxrc" Sun Feb 24 16:53:55 2019 rev:266 rq:677628 version:6.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2018-12-03 10:06:14.571938020 +0100 +++ /work/SRC/openSUSE:Factory/.linuxrc.new.28833/linuxrc.changes 2019-02-24 16:54:04.324946531 +0100 @@ -1,0 +2,7 @@ +Wed Feb 20 09:12:26 UTC 2019 - [email protected] + +- merge gh#openSUSE/linuxrc#184 +- Setting manual=0 in install.inf (bsc#1055667) +- 6.0.6 + +-------------------------------------------------------------------- Old: ---- linuxrc-6.0.5.tar.xz New: ---- linuxrc-6.0.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.XJN1NB/_old 2019-02-24 16:54:05.360946038 +0100 +++ /var/tmp/diff_new_pack.XJN1NB/_new 2019-02-24 16:54:05.360946038 +0100 @@ -17,7 +17,7 @@ Name: linuxrc -Version: 6.0.5 +Version: 6.0.6 Release: 0 Summary: SUSE Installation Program License: GPL-3.0+ ++++++ linuxrc-6.0.5.tar.xz -> linuxrc-6.0.6.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-6.0.5/VERSION new/linuxrc-6.0.6/VERSION --- old/linuxrc-6.0.5/VERSION 2018-11-28 16:45:17.000000000 +0100 +++ new/linuxrc-6.0.6/VERSION 2019-02-20 10:12:26.000000000 +0100 @@ -1 +1 @@ -6.0.5 +6.0.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-6.0.5/changelog new/linuxrc-6.0.6/changelog --- old/linuxrc-6.0.5/changelog 2018-11-28 16:45:17.000000000 +0100 +++ new/linuxrc-6.0.6/changelog 2019-02-20 10:12:26.000000000 +0100 @@ -1,3 +1,8 @@ +2019-02-20: 6.0.6 + - merge gh#openSUSE/linuxrc#184 + - Setting manual=0 in install.inf + - Setting manual=0 in install.inf (bsc#1055667) + 2018-11-28: 6.0.5 - merge gh#openSUSE/linuxrc#183 - Added parameter norepo (fate#325482) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-6.0.5/file.c new/linuxrc-6.0.6/file.c --- old/linuxrc-6.0.5/file.c 2018-11-28 16:45:17.000000000 +0100 +++ new/linuxrc-6.0.6/file.c 2019-02-20 10:12:26.000000000 +0100 @@ -1875,7 +1875,10 @@ return; } - file_write_num(f, key_manual, config.manual); + // 'manual' has been added at times when hardware driver loading + // could cause all kinds of side effects. This does not happen + // anymore. So we are switching it off in general in install.inf. + file_write_num(f, key_manual, 0); set_write_info(f);
