From ca29eb340b1750721f17640496aa56fb44eab994 Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Jun 17 2013 19:02:17 +0000 Subject: Update to latest upstream release. Add aarch64 to exclusive arch. --- diff --git a/.gitignore b/.gitignore index 76c0ba5..34238d7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/crash.spec b/crash.spec index e9f202e..5db9b14 100644 --- a/crash.spec +++ b/crash.spec @@ -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 - 7.0.1-1 +- Update to latest upstream release +- Add aarch64 as an exclusive arch + * Tue Apr 9 2013 Dave Anderson - 6.1.6-1 - Update to latest upstream release diff --git a/sources b/sources index 3b05207..28f25c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -884544e117f08c370b7ec14812547a0f crash-6.1.6.tar.gz +b59076aebaced87e9073328cb0a4f50a crash-7.0.1.tar.gz