Update to latest upstream release.

Add aarch64 to exclusive arch.
This commit is contained in:
Dave Anderson 2013-06-17 15:02:17 -04:00
parent e95bdfde40
commit ca29eb340b
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ crash-5.0.6.tar.gz
/crash-6.1.2.tar.gz
/crash-6.1.4.tar.gz
/crash-6.1.6.tar.gz
/crash-7.0.1.tar.gz

View File

@ -3,14 +3,14 @@
#
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
Name: crash
Version: 6.1.6
Version: 7.0.1
Release: 1%{?dist}
License: GPLv3
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 ppc ppc64 s390 s390x %{arm}
ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} aarch64
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: ncurses-devel zlib-devel
Requires: binutils
@ -62,6 +62,10 @@ rm -rf %{buildroot}
%{_includedir}/*
%changelog
* Mon Jun 17 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-1
- Update to latest upstream release
- Add aarch64 as an exclusive arch
* Tue Apr 9 2013 Dave Anderson <anderson@redhat.com> - 6.1.6-1
- Update to latest upstream release

View File

@ -1 +1 @@
884544e117f08c370b7ec14812547a0f crash-6.1.6.tar.gz
b59076aebaced87e9073328cb0a4f50a crash-7.0.1.tar.gz