[crash/f15] Add ARM to the Exclusive arch

Peter Robinson pbrobinson at fedoraproject.org
Tue May 31 13:16:07 UTC 2011


commit 963517ff2ce06105d4d42623e0e94499f13c8c15
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 31 14:15:54 2011 +0100

    Add ARM to the Exclusive arch

 crash.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/crash.spec b/crash.spec
index 84b35da..860614a 100644
--- a/crash.spec
+++ b/crash.spec
@@ -4,13 +4,13 @@
 Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
 Name: crash
 Version: 5.1.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: Development/Debuggers
 Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
 URL: http://people.redhat.com/anderson
 ExclusiveOS: Linux
-ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x
+ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x %{arm}
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires: ncurses-devel zlib-devel
 Requires: binutils
@@ -64,6 +64,9 @@ rm -rf %{buildroot}
 %{_includedir}/*
 
 %changelog
+* Tue May 31 2011 Peter Robinson <pbrobinson at gmail.com> - 5.1.2-3
+- Add ARM to the Exclusive arch
+
 * Wed Feb 25 2011 Dave Anderson <anderson at redhat.com> - 5.1.2-2
 - Fixes for gcc-4.6 -Werror compile failures in gdb module.  
 


More information about the scm-commits mailing list