diff --git a/kdump.sysconfig.x86_64 b/kdump.sysconfig.x86_64 index a43a97062500bc505564bda4b9c4e444148f07a6..82172047864aec4d73766b4b9bd7323f3f3a101d 100644 --- a/kdump.sysconfig.x86_64 +++ b/kdump.sysconfig.x86_64 @@ -43,4 +43,4 @@ KDUMP_IMG_EXT="" # # Here, the "on" is the only valid value to enable the kexec file load and # anything else is equal to the "off"(disable). -KDUMP_FILE_LOAD="on" +KDUMP_FILE_LOAD="off" diff --git a/kexec-tools.spec b/kexec-tools.spec index f42dece0a368848d0f3283ef1d04b4fb9941bec4..4cdc09452e00772c0b9f8bae4d12ed8eb17dcd4b 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.20 -Release: 12 +Release: 13 License: GPLv2 Summary: The kexec/kdump userspace component URL: https://www.kernel.org/ @@ -300,6 +300,12 @@ done %endif %changelog +* Tue May 19 2020 openEuler Buildteam - 2.0.20-13 +- Type:enhancement +- ID:NA +- SUG:restart +- DESC:fix kdump service failed on x86 because of KDUMP_FILE_LOAD is set to on + * Thu May 14 2020 openEuler Buildteam - 2.0.20-12 - Type:enhancement - ID:NA