Update to latest upstream release

This commit is contained in:
David Anderson 2012-08-21 14:58:55 -04:00
parent cbc802a1ce
commit ad1abf1439
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ crash-5.0.6.tar.gz
/crash-6.0.5.tar.gz
/crash-6.0.6.tar.gz
/crash-6.0.8.tar.gz
/crash-6.0.9.tar.gz

View File

@ -3,8 +3,8 @@
#
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
Name: crash
Version: 6.0.8
Release: 2%{?dist}
Version: 6.0.9
Release: 1%{?dist}
License: GPLv3
Group: Development/Debuggers
Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
@ -14,7 +14,6 @@ ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x %{arm}
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: ncurses-devel zlib-devel
Requires: binutils
Patch0: struct_siginfo_to_siginfo_t.patch
%description
The core analysis suite is a self-contained tool that can be used to
@ -35,7 +34,6 @@ offered by Mission Critical Linux, or the LKCD kernel patch.
%prep
%setup -n %{name}-%{version} -q
%patch0 -p1 -b struct_siginfo_to_siginfo_t.patch
%build
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
@ -64,6 +62,9 @@ rm -rf %{buildroot}
%{_includedir}/*
%changelog
* Tue Aug 21 2012 Dave Anderson <anderson@redhat.com> - 6.0.9-1
- Update to latest upstream release
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -6,3 +6,4 @@ d5fe6486519dfd18b115ad80a6e8321a crash-6.0.0.tar.gz
85e4a105e4634c2c9a33c1c69e673fb7 crash-6.0.5.tar.gz
3b567a5df156d2e5482ddf587f2f8975 crash-6.0.6.tar.gz
0aa88c0984eca8940b5a16a064b2205f crash-6.0.8.tar.gz
0427480820832fda33c30bb86dd64621 crash-6.0.9.tar.gz