Add ppc to ExclusiveArch list

- Update to latest upstream release
This commit is contained in:
David Anderson 2012-10-01 14:22:04 -04:00
parent ad1abf1439
commit 6036fe5693
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ crash-5.0.6.tar.gz
/crash-6.0.6.tar.gz /crash-6.0.6.tar.gz
/crash-6.0.8.tar.gz /crash-6.0.8.tar.gz
/crash-6.0.9.tar.gz /crash-6.0.9.tar.gz
/crash-6.1.0.tar.gz

View File

@ -3,14 +3,14 @@
# #
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
Name: crash Name: crash
Version: 6.0.9 Version: 6.1.0
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv3 License: GPLv3
Group: Development/Debuggers Group: Development/Debuggers
Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
URL: http://people.redhat.com/anderson URL: http://people.redhat.com/anderson
ExclusiveOS: Linux 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) Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: ncurses-devel zlib-devel BuildRequires: ncurses-devel zlib-devel
Requires: binutils Requires: binutils
@ -62,6 +62,10 @@ rm -rf %{buildroot}
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Mon Sep 1 2012 Dave Anderson <anderson@redhat.com> - 6.1.0-1
- Add ppc to ExclusiveArch list
- Update to latest upstream release
* Tue Aug 21 2012 Dave Anderson <anderson@redhat.com> - 6.0.9-1 * Tue Aug 21 2012 Dave Anderson <anderson@redhat.com> - 6.0.9-1
- Update to latest upstream release - Update to latest upstream release

View File

@ -7,3 +7,4 @@ d5fe6486519dfd18b115ad80a6e8321a crash-6.0.0.tar.gz
3b567a5df156d2e5482ddf587f2f8975 crash-6.0.6.tar.gz 3b567a5df156d2e5482ddf587f2f8975 crash-6.0.6.tar.gz
0aa88c0984eca8940b5a16a064b2205f crash-6.0.8.tar.gz 0aa88c0984eca8940b5a16a064b2205f crash-6.0.8.tar.gz
0427480820832fda33c30bb86dd64621 crash-6.0.9.tar.gz 0427480820832fda33c30bb86dd64621 crash-6.0.9.tar.gz
a1d43120b5cc3252cfdb1889aa9fee18 crash-6.1.0.tar.gz