From 7851211da1798a382945050ac7290f7cea6734b2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 27 Mar 2014 16:13:09 +0000 Subject: [PATCH] Exclude aarch64 --- kexec-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 94f03c8..9d3340c 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 @@ -47,6 +47,7 @@ BuildRequires: systemd-units Obsoletes: diskdumputils netdump %endif +ExcludeArch: aarch64 #START INSERT @@ -331,6 +332,9 @@ done %endif %changelog +* Thu Mar 27 2014 Peter Robinson 2.0.6-2 +- Exclude AArch64 + * 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