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 - 5.1.5-1 +- Update to latest upstream release +- Add ARM to the Exclusive arch + * Wed Feb 25 2011 Dave Anderson - 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