Updated crash.patch to match upstream version 4.0-3.1. Added kdump

reference to crash.spec description. Added s390 and s390x to crash.spec
    ExclusiveArch list. BZ #199125
This commit is contained in:
anderson 2006-08-07 15:53:53 +00:00
parent b3f62c0b8e
commit 7e82cdd1f0
2 changed files with 4086 additions and 718 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,13 +4,13 @@
Summary: crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles Summary: crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles
Name: crash Name: crash
Version: 4.0 Version: 4.0
Release: 3 Release: 3.1
License: GPL License: GPL
Group: Development/Debuggers Group: Development/Debuggers
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
URL: http://people.redhat.com/anderson URL: http://people.redhat.com/anderson
ExclusiveOS: Linux ExclusiveOS: Linux
ExclusiveArch: i386 ia64 x86_64 ppc64 ExclusiveArch: i386 ia64 x86_64 ppc64 s390 s390x
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
BuildRequires: ncurses-devel zlib-devel BuildRequires: ncurses-devel zlib-devel
Patch0: crash.patch Patch0: crash.patch
@ -18,7 +18,7 @@ Patch0: crash.patch
%description %description
The core analysis suite is a self-contained tool that can be used to The core analysis suite is a self-contained tool that can be used to
investigate either live systems, kernel core dumps created from the investigate either live systems, kernel core dumps created from the
netdump and diskdump packages from Red Hat Linux, the mcore kernel patch netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
offered by Mission Critical Linux, or the LKCD kernel patch. offered by Mission Critical Linux, or the LKCD kernel patch.
%prep %prep
@ -45,6 +45,11 @@ rm -rf %{buildroot}
%doc README %doc README
%changelog %changelog
* Mon Aug 7 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.1
- Updated crash.patch to match upstream version 4.0-3.1.
- Added kdump reference to description.
- Added s390 and s390x to ExclusiveArch list. BZ #199125
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 4.0-3 * Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 4.0-3
- rebuild - rebuild