[crash] update to 5.1.5, add ARM to exclusive arch

Peter Robinson pbrobinson at fedoraproject.org
Tue May 31 13:02:23 UTC 2011


commit 1e2581ab02b4a3b3857cefdcf63031a7fbf7a142
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 31 14:02:11 2011 +0100

    update to 5.1.5, add ARM to exclusive arch

 .gitignore |    1 +
 crash.spec |   12 +++++++-----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dabb0bf..2cfe195 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ crash-4.0-8.11.tar.gz
 crash-4.0.9.tar.gz
 crash-5.0.6.tar.gz
 /crash-5.1.2.tar.gz
+/crash-5.1.5.tar.gz
diff --git a/crash.spec b/crash.spec
index 84b35da..9ba2114 100644
--- a/crash.spec
+++ b/crash.spec
@@ -3,18 +3,17 @@
 #
 Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
 Name: crash
-Version: 5.1.2
-Release: 2%{?dist}
+Version: 5.1.5
+Release: 1%{?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
-Patch0: gdb_Werror_fixes.patch
 
 %description
 The core analysis suite is a self-contained tool that can be used to
@@ -35,7 +34,6 @@ offered by Mission Critical Linux, or the LKCD kernel patch.
 
 %prep
 %setup -n %{name}-%{version} -q
-%patch0 -p1 -b gdb_Werror_fixes.patch
 
 %build
 make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
@@ -64,6 +62,10 @@ rm -rf %{buildroot}
 %{_includedir}/*
 
 %changelog
+* Tue May 31 2011 Peter Robinson <pbrobinson at gmail.com> - 5.1.5-1
+- Update to latest upstream release
+- 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.  
 
diff --git a/sources b/sources
index 47fe19f..7b072c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de961e14545244232b9692c819ca6a68  crash-5.1.2.tar.gz
+c4489fe3610f9e4875c3318da1d792f3  crash-5.1.5.tar.gz


More information about the scm-commits mailing list