Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2025-02-27 14:48:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new.25152 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxrc" Thu Feb 27 14:48:55 2025 rev:319 rq:1248226 version:9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2024-03-17 22:12:41.381112026 +0100 +++ /work/SRC/openSUSE:Factory/.linuxrc.new.25152/linuxrc.changes 2025-02-27 14:48:56.347484547 +0100 @@ -1,0 +2,8 @@ +Mon Feb 24 18:02:02 UTC 2025 - wfe...@opensuse.org + +- merge gh#openSUSE/linuxrc#335 +- fix segfault when reading autoinst.xml from installer medium + (bsc#1237524) +- 9.4 + +-------------------------------------------------------------------- Old: ---- linuxrc-9.3.tar.xz New: ---- linuxrc-9.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.zAuk6H/_old 2025-02-27 14:48:57.295524085 +0100 +++ /var/tmp/diff_new_pack.zAuk6H/_new 2025-02-27 14:48:57.299524252 +0100 @@ -17,7 +17,7 @@ Name: linuxrc -Version: 9.3 +Version: 9.4 Release: 0 Summary: SUSE Installation Program License: GPL-3.0+ ++++++ linuxrc-9.3.tar.xz -> linuxrc-9.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-9.3/VERSION new/linuxrc-9.4/VERSION --- old/linuxrc-9.3/VERSION 2024-03-15 14:54:25.000000000 +0100 +++ new/linuxrc-9.4/VERSION 2025-02-24 19:02:02.000000000 +0100 @@ -1 +1 @@ -9.3 +9.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-9.3/auto2.c new/linuxrc-9.4/auto2.c --- old/linuxrc-9.3/auto2.c 2024-03-15 14:54:25.000000000 +0100 +++ new/linuxrc-9.4/auto2.c 2025-02-24 19:02:02.000000000 +0100 @@ -909,7 +909,9 @@ if(util_check_exist("/autoinst.xml")) { // with repo scheme, pass the the original URL to yast - if(config.url.autoyast->scheme != inst_repo) { + // note: autoyast url might be initially unset if looking for an + // implicit autoinst.xml on the install medium + if(!config.url.autoyast || config.url.autoyast->scheme != inst_repo) { log_info("setting AutoYaST option to file:/autoinst.xml\n"); url_free(config.url.autoyast); config.url.autoyast = url_set("file:/autoinst.xml"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-9.3/changelog new/linuxrc-9.4/changelog --- old/linuxrc-9.3/changelog 2024-03-15 14:54:25.000000000 +0100 +++ new/linuxrc-9.4/changelog 2025-02-24 19:02:02.000000000 +0100 @@ -1,3 +1,8 @@ +2025-02-24: 9.4 + - merge gh#openSUSE/linuxrc#335 + - fix segfault when reading autoinst.xml from installer medium + (bsc#1237524) + 2024-03-15: 9.3 - merge gh#openSUSE/linuxrc#330 - fix width of network device dialog (bsc#1221360)