From ab699dd2041b802f173b2e56251cb49f554d120f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 27 Mar 2014 11:56:27 +0000 Subject: [PATCH] Add initial aarch64 support. --- kexec-tools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 94f03c8..bc0e516 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -80,6 +80,7 @@ Patch601: kexec-tools-2.0.3-disable-kexec-test.patch Patch604: kexec-tools-2.0.3-build-makedumpfile-eppic-shared-object.patch Patch618: kexec-tools-2.0.4-makedumpfile-memset-in-cyclic-bitmap-initialization-introdu.patch Patch619: kexec-tools-2.0.5-vmcore-dmesg-stack-smashing-happend-in-extreme-case.patch +Patch700: kexec-aarch64.patch %description kexec-tools provides /sbin/kexec binary that facilitates a new @@ -112,6 +113,7 @@ tar -z -x -v -f %{SOURCE19} %patch604 -p1 %patch618 -p1 %patch619 -p1 +%patch700 -p1 tar -z -x -v -f %{SOURCE13} @@ -331,6 +333,9 @@ done %endif %changelog +* Thu Mar 27 2014 Marcin Juszkiewicz - 2.0.6-2 +- Add initial aarch64 support. + * Wed Mar 26 2014 WANG Chao - 2.0.6-1 - Rebase kexec-tools-2.0.6 - fix an issue when dump path is mounted on nfs