update to 5.1.5, add ARM to exclusive arch

This commit is contained in:
Peter Robinson 2011-05-31 14:02:11 +01:00
parent bdd1ef6034
commit 1e2581ab02
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@gmail.com> - 5.1.5-1
- Update to latest upstream release
- Add ARM to the Exclusive arch
* Wed Feb 25 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-2
- Fixes for gcc-4.6 -Werror compile failures in gdb module.

View File

@ -1 +1 @@
de961e14545244232b9692c819ca6a68 crash-5.1.2.tar.gz
c4489fe3610f9e4875c3318da1d792f3 crash-5.1.5.tar.gz