Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: ebb3e0d38a501d15956c1b9fa270df1dbc03b8e4 https://github.com/openSUSE/wicked/commit/ebb3e0d38a501d15956c1b9fa270df1dbc... Author: Stephan Brunner <s.brunner@stephan-brunner.net> Date: 2023-10-09 (Mon, 09 Oct 2023) Changed paths: M src/appconfig.c M src/extension.c Log Message: ----------- system-updater: Parse updater format from XML configuration to ensure install calls can run. In ni_system_updaters_init(), the updater's format is set by using ni_updater_format_type(ex->format). This in turn is used by ni_system_updater_generic_leaseinfo_create(), which is called by ni_system_updater_generic_install_call(). As ex->format is never actually set, ni_system_updater_generic_leaseinfo_create will always fail with an unknown format error and the install call is never executed. Commit: c2cb4d686466a38de67b0c6c7fdc6c5da6c7f368 https://github.com/openSUSE/wicked/commit/c2cb4d686466a38de67b0c6c7fdc6c5da6... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-10-09 (Mon, 09 Oct 2023) Changed paths: M src/appconfig.c M src/extension.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/985 system-updater: Parse updater format from XML configuration to ensure install calls can run. Compare: https://github.com/openSUSE/wicked/compare/286008be3ada...c2cb4d686466