[yast/yast-kdump] 4193ca: simplify update_initrd
Branch: refs/heads/master Home: https://github.com/yast/yast-kdump Commit: 4193cab178b751df8b52a83375e722326f88670e https://github.com/yast/yast-kdump/commit/4193cab178b751df8b52a83375e722326f... Author: Jiri Bohac <jbohac@suse.cz> Date: 2023-06-22 (Thu, 22 Jun 2023) Changed paths: M src/modules/Kdump.rb Log Message: ----------- simplify update_initrd on a system without transactional update, simply always call mkdumprd /usr/sbin/tu-rebuild-kdump-initrd is going away; it does nothing else than mkdumprd (see https://github.com/openSUSE/transactional-update/pull/107 ) It's always better to update the initrd from YaST than to leave it until next reboot as kdump-early will then work since the very first boot. No reason to only do this if the fadump setting changed. There is no reason to pass "-f" to mkdumprd. As the config file has just been updated mkdumprd will always rebuild, even without "-f". Commit: 61416b74eb300672da775a53aa1c8b4ebfa4ac5e https://github.com/yast/yast-kdump/commit/61416b74eb300672da775a53aa1c8b4ebf... Author: Jiri Bohac <jbohac@suse.cz> Date: 2023-06-27 (Tue, 27 Jun 2023) Changed paths: M src/autoyast-rnc/kdump.rnc M src/include/kdump/dialogs.rb M src/include/kdump/helps.rb M src/include/kdump/uifunctions.rb M src/lib/kdump/clients/kdump.rb M src/modules/Kdump.rb Log Message: ----------- remove KDUMP_COPY_KERNEL The option has been removed since kdump v1.9 Commit: 73103679a59a8557a63f1b0aed13678f76cb0feb https://github.com/yast/yast-kdump/commit/73103679a59a8557a63f1b0aed13678f76... Author: Jiri Bohac <jbohac@suse.cz> Date: 2023-06-27 (Tue, 27 Jun 2023) Changed paths: M src/autoyast-rnc/kdump.rnc M src/modules/Kdump.rb Log Message: ----------- remove KDUMPTOOL_FLAGS the option has been removed since kdump v1.9 Commit: e7c5fa597b5dd0cb4a5b67c3ef9a3bd433a419cb https://github.com/yast/yast-kdump/commit/e7c5fa597b5dd0cb4a5b67c3ef9a3bd433... Author: Jiri Bohac <jbohac@suse.cz> Date: 2023-06-27 (Tue, 27 Jun 2023) Changed paths: M src/modules/Kdump.rb Log Message: ----------- update default sysconfig values update default sysconfig values to the current kdump defaults documented in kdump(5) Commit: 50a2aeebf14217e01bd61d501737e3cdd31ca876 https://github.com/yast/yast-kdump/commit/50a2aeebf14217e01bd61d501737e3cdd3... Author: Jiri Bohac <jbohac@suse.cz> Date: 2023-06-27 (Tue, 27 Jun 2023) Changed paths: M src/include/kdump/uifunctions.rb M src/lib/kdump/clients/kdump.rb M src/modules/Kdump.rb M test/kdump_test.rb Log Message: ----------- Unify config boolean variables to "true"/"false" Prior to kdump v1.9 some boolean variables in /etc/sysconfig/kdump were supposed to be set to "true" or "false" and others to "yes" and "no" In v1.9 they have all been unified to "true" / "false". The kdump config parser accepts "yes"/"1" as "true" and "no"/"0" as "false" for backwards compatibility. The default config file supplied by the kdump package has also been updated to "true"/"false". As a result, yast-kdump now incorrectly initializes some of its widget values because it checks for equality to "yes" or "no". Make yast-kdump always write "true"/"false" in the config file. Make yast-kdump accept "yes", "1" as "true" in the same way kdump itself does. Note that even earlier versions of kdump accept "yes", "true", "1", "no", "false" and "0" so yast-kdump including this change will work even with kdump prior to v1.9. Commit: fcb31388481c2ed3e1118333cd8b687feb580d94 https://github.com/yast/yast-kdump/commit/fcb31388481c2ed3e1118333cd8b687feb... Author: Jiri Bohac <jbohac@suse.cz> Date: 2023-06-27 (Tue, 27 Jun 2023) Changed paths: M src/include/kdump/dialogs.rb M src/include/kdump/helps.rb M src/include/kdump/uifunctions.rb M src/lib/kdump/clients/kdump.rb Log Message: ----------- support for snappy, zstd and raw dump formats Also, makedumpfile is needed for ELF and not for "raw" Commit: 500a48d96dac2dbcfca84ce7125f29cadd54270e https://github.com/yast/yast-kdump/commit/500a48d96dac2dbcfca84ce7125f29cadd... Author: Jiri Bohac <jbohac@suse.cz> Date: 2023-06-27 (Tue, 27 Jun 2023) Changed paths: M package/yast2-kdump.changes M package/yast2-kdump.spec Log Message: ----------- Bump version to 4.6.1 and update .changes Commit: 15baf87282f021fb30d25c413c24bf55aebff1cb https://github.com/yast/yast-kdump/commit/15baf87282f021fb30d25c413c24bf55ae... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2023-06-27 (Tue, 27 Jun 2023) Changed paths: M package/yast2-kdump.changes M package/yast2-kdump.spec M src/autoyast-rnc/kdump.rnc M src/include/kdump/dialogs.rb M src/include/kdump/helps.rb M src/include/kdump/uifunctions.rb M src/lib/kdump/clients/kdump.rb M src/modules/Kdump.rb M test/kdump_test.rb Log Message: ----------- Merge pull request #135 from jiribohac/fixed jiribohac: Adapt yast2-kdump for new version of kdump (bsc#1212646) Compare: https://github.com/yast/yast-kdump/compare/7e80696faf39...15baf87282f0
participants (1)
-
Stefan Hundhammer