- Updated crash.patch to match upstream version 4.0-4.6.

This commit is contained in:
David Anderson 2007-08-29 19:10:12 +00:00
parent 66c4c7dee1
commit babf924841
2 changed files with 27565 additions and 2075 deletions

29633
crash.patch

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
#
# crash core analysis suite
#
Summary: crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles
Summary: crash utility for live systems; netdump, diskdump, kdump, LKCD or mcore dumpfiles
Name: crash
Version: 4.0
Release: 3.3
Release: 4.6.2
License: GPL
Group: Development/Debuggers
Source: %{name}-%{version}.tar.gz
@ -46,6 +46,9 @@ rm -rf %{buildroot}
%doc README
%changelog
* Wed Aug 29 2007 Dave Anderson <anderson@redhat.com> - 4.0-4.6.2
- Updated crash.patch to match upstream version 4.0-4.6.
* Wed Sep 13 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.3
- Updated crash.patch to match upstream version 4.0-3.3.
- Support for x86_64 relocatable kernels. BZ #204557