Update to latest upstream release

This commit is contained in:
Dave Anderson 2015-05-28 10:54:03 -04:00
parent c4bd9ff960
commit 0faf44f149
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ crash-5.0.6.tar.gz
/crash-7.0.8.tar.gz
/crash-7.0.9.tar.gz
/crash-7.1.0.tar.gz
/crash-7.1.1.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: 7.1.0
Release: 3%{?dist}
Version: 7.1.1
Release: 1%{?dist}
License: GPLv3
Group: Development/Debuggers
Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
@ -17,7 +17,6 @@ Requires: binutils
Provides: bundled(libiberty)
Patch0: lzo_snappy.patch
Patch1: use_system_readline_v2.patch
Patch2: linux_version_4_support.patch
%description
The core analysis suite is a self-contained tool that can be used to
@ -40,7 +39,6 @@ offered by Mission Critical Linux, or the LKCD kernel patch.
%setup -n %{name}-%{version} -q
%patch0 -p1 -b lzo_snappy.patch
%patch1 -p1 -b use_system_readline_v2.patch
%patch2 -p1 -b linux_version_4_support.patch
%build
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
@ -69,6 +67,9 @@ rm -rf %{buildroot}
%{_includedir}/*
%changelog
* Thu May 28 2015 Dave Anderson <anderson@redhat.com> - 7.1.1-1
- Update to latest upstream release
* Mon Mar 2 2015 Dave Anderson <anderson@redhat.com> - 7.1.0-3
- Support increment of Linux version from 3 to 4

View File

@ -1 +1 @@
9f2584041a665eb8580de1e6c642c594 crash-7.1.0.tar.gz
6e009d065ba7f34aed0163a5154318ff crash-7.1.1.tar.gz