[yast/yast-kdump] 2a2031: Revert "Adapt files for the SLE-15-SP5 branch"
Branch: refs/heads/SLE-15-SP6 Home: https://github.com/yast/yast-kdump Commit: 2a203140ae7111de6ec8759df9ea41b8a99161ec https://github.com/yast/yast-kdump/commit/2a203140ae7111de6ec8759df9ea41b8a9... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2023-03-03 (Fri, 03 Mar 2023) Changed paths: M .github/workflows/ci.yml M Rakefile Log Message: ----------- Revert "Adapt files for the SLE-15-SP5 branch" This reverts commit 50e465871f229e7bd082b24908c3c62ac1cd1c07. Commit: 7e80696faf3999151dca6bc00305f803e3862587 https://github.com/yast/yast-kdump/commit/7e80696faf3999151dca6bc00305f803e3... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2023-03-03 (Fri, 03 Mar 2023) Changed paths: M package/yast2-kdump.changes M package/yast2-kdump.spec Log Message: ----------- Bump version to 4.6.0 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: ddcad78ef1338973b83b7257c7c446ab315fd4fa https://github.com/yast/yast-kdump/commit/ddcad78ef1338973b83b7257c7c446ab31... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-09-07 (Thu, 07 Sep 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 commit '500a48d' into backport_sp6 Commit: fd14685346294d074bc32e2d50075e8ba3337731 https://github.com/yast/yast-kdump/commit/fd14685346294d074bc32e2d50075e8ba3... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-09-15 (Fri, 15 Sep 2023) Changed paths: M src/autoyast-rnc/kdump.rnc Log Message: ----------- return back to schema ignored keys to avoid validation issues Commit: 4c4d0111b2a60e07fc24cfcfd8ad467ab30f2dd3 https://github.com/yast/yast-kdump/commit/4c4d0111b2a60e07fc24cfcfd8ad467ab3... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-09-15 (Fri, 15 Sep 2023) Changed paths: M package/yast2-kdump.changes Log Message: ----------- update changes Commit: 37dabe3ffe6f5d60599f6934c71045d737822b3c https://github.com/yast/yast-kdump/commit/37dabe3ffe6f5d60599f6934c71045d737... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-09-15 (Fri, 15 Sep 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 #136 from yast/backport_sp6 Backport sp6 Compare: https://github.com/yast/yast-kdump/compare/498e4e78298f...37dabe3ffe6f
participants (1)
-
Josef Reidinger