From 845dc891a93d41f6020cb5dca661721d76dcc69e Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Tue, 2 Nov 2021 11:17:09 +0800 Subject: [PATCH] kexec-tools: list all the patches for aarch64 to make the source rpm same both for x86_64 and aarch64 Signed-off-by: Jun Yang --- kexec-tools.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 25e3d88..7e63a04 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.20 -Release: 7 +Release: 8 License: GPLv2 Summary: The kexec/kdump userspace component URL: https://www.kernel.org/ @@ -89,17 +89,15 @@ Patch15: kexec-tools-Reset-getopt-before-falling-back-to-legacy.patch Patch16: kexec-support-parsing-the-string-Reserved-to-get-the-correct-e820-reserved-region.patch Patch17: arm64-kdump-deal-with-a-lot-of-resource-entries-in-proc-iomem.patch -%ifarch aarch64 +# patch for aarch64 only Patch18: arm64-support-more-than-one-crash-kernel-regions.patch -%endif Patch19: add-secure-compile-options-for-makedumpfile.patch Patch20: fix-header-offset-overflow-when-large-pfn.patch Patch21: kexec-Add-quick-kexec-support.patch -%ifarch aarch64 +# patch for aarch64 only Patch22: kexec-Quick-kexec-implementation-for-arm64.patch -%endif Patch23: backport-PATCH-Align-PMD_SECTION_MASK-with-PHYS_MASK.patch Patch24: backport-PATCH-arm64-Add-support-for-ARMv8.2-LPA-52-bit-PA-su.patch @@ -353,6 +351,9 @@ done %endif %changelog +* Tue Nov 2 2021 Jun Yang - 2.0.20-8 +- list all the patches for aarch64 to make the source rpm same both for x86_64 and aarch64 + * Tue Jul 27 2021 zhouwenpei - 2.0.20-7 - fix build fail caused by file format not recognized -- Gitee