Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2023-02-09 16:21:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxrc" Thu Feb 9 16:21:54 2023 rev:314 rq:1063784 version:8.20 Changes: -------- --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2023-01-24 20:25:49.710330737 +0100 +++ /work/SRC/openSUSE:Factory/.linuxrc.new.4462/linuxrc.changes 2023-02-09 16:22:03.918360076 +0100 @@ -1,0 +2,7 @@ +Wed Feb 8 10:01:27 UTC 2023 - wfe...@opensuse.org + +- merge gh#openSUSE/linuxrc#318 +- really parse 'firmwaretype' key (bsc#1208042) +- 8.20 + +-------------------------------------------------------------------- Old: ---- linuxrc-8.19.tar.xz New: ---- linuxrc-8.20.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.v1X9Or/_old 2023-02-09 16:22:04.482362981 +0100 +++ /var/tmp/diff_new_pack.v1X9Or/_new 2023-02-09 16:22:04.486363003 +0100 @@ -17,7 +17,7 @@ Name: linuxrc -Version: 8.19 +Version: 8.20 Release: 0 Summary: SUSE Installation Program License: GPL-3.0+ ++++++ linuxrc-8.19.tar.xz -> linuxrc-8.20.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-8.19/VERSION new/linuxrc-8.20/VERSION --- old/linuxrc-8.19/VERSION 2023-01-23 17:09:55.000000000 +0100 +++ new/linuxrc-8.20/VERSION 2023-02-08 11:01:27.000000000 +0100 @@ -1 +1 @@ -8.19 +8.20 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-8.19/changelog new/linuxrc-8.20/changelog --- old/linuxrc-8.19/changelog 2023-01-23 17:09:55.000000000 +0100 +++ new/linuxrc-8.20/changelog 2023-02-08 11:01:27.000000000 +0100 @@ -1,3 +1,8 @@ +2023-02-08: 8.20 + - really parse 'firmwaretype' key (bsc#1208042) + - merge gh#openSUSE/linuxrc#318 + - really parse 'firmwaretype' key (bsc#1208042) + 2023-01-23: 8.19 - merge gh#openSUSE/linuxrc#315 - fix buffer overflow in debug log (bsc#1207403) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-8.19/file.c new/linuxrc-8.20/file.c --- old/linuxrc-8.19/file.c 2023-01-23 17:09:55.000000000 +0100 +++ new/linuxrc-8.20/file.c 2023-02-08 11:01:27.000000000 +0100 @@ -330,6 +330,7 @@ { key_edid, "EDID", kf_cmd_early }, { key_hypervisor, "Hypervisor", kf_cmd_early }, { key_usenbft, "UseNBFT", kf_cfg + kf_cmd }, + { key_firmware_types, "FirmwareTypes", kf_cfg + kf_cmd }, }; static struct {