From 6036fe569361fb64b35f6894d6debadc918e1bc5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 1 Oct 2012 14:22:04 -0400 Subject: [PATCH] Add ppc to ExclusiveArch list - Update to latest upstream release --- .gitignore | 1 + crash.spec | 8 ++++++-- sources | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 60fa89f..787901e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ crash-5.0.6.tar.gz /crash-6.0.6.tar.gz /crash-6.0.8.tar.gz /crash-6.0.9.tar.gz +/crash-6.1.0.tar.gz diff --git a/crash.spec b/crash.spec index 43202e1..f5d4fa1 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.0.9 +Version: 6.1.0 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 ppc64 s390 s390x %{arm} +ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} 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 Sep 1 2012 Dave Anderson - 6.1.0-1 +- Add ppc to ExclusiveArch list +- Update to latest upstream release + * Tue Aug 21 2012 Dave Anderson - 6.0.9-1 - Update to latest upstream release diff --git a/sources b/sources index e763394..e85e0d0 100644 --- a/sources +++ b/sources @@ -7,3 +7,4 @@ d5fe6486519dfd18b115ad80a6e8321a crash-6.0.0.tar.gz 3b567a5df156d2e5482ddf587f2f8975 crash-6.0.6.tar.gz 0aa88c0984eca8940b5a16a064b2205f crash-6.0.8.tar.gz 0427480820832fda33c30bb86dd64621 crash-6.0.9.tar.gz +a1d43120b5cc3252cfdb1889aa9fee18 crash-6.1.0.tar.gz