Update to latest upstream release

Fix for RHBZ#1044119 - crash bundles gdb
This commit is contained in:
Dave Anderson 2016-10-14 13:44:52 -04:00
parent 877f9912a5
commit 943c565d63
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@ crash-5.0.6.tar.gz
/crash-7.1.3.tar.gz
/crash-7.1.4.tar.gz
/crash-7.1.5.tar.gz
/crash-7.1.6.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.5
Release: 2%{?dist}
Version: 7.1.6
Release: 1%{?dist}
License: GPLv3
Group: Development/Debuggers
Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
@ -15,9 +15,9 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: ncurses-devel zlib-devel lzo-devel snappy-devel bison readline-devel
Requires: binutils
Provides: bundled(libiberty)
Provides: bundled(gdb) = 7.6
Patch0: lzo_snappy.patch
Patch1: use_system_readline_v3.patch
Patch2: elf64-s390.patch
%description
The core analysis suite is a self-contained tool that can be used to
@ -40,7 +40,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_v3.patch
%patch2 -p1 -b elf64-s390.patch
%build
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
@ -69,6 +68,10 @@ rm -rf %{buildroot}
%{_includedir}/*
%changelog
* Fri Oct 14 2016 Dave Anderson <anderson@redhat.com> - 7.1.6-1
- Update to latest upstream release
- Fix for RHBZ#1044119 - crash bundles gdb
* Thu May 5 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-2
- BZ #1333295 - FTBFS due compiler warnings in elf64-s390.c

View File

@ -1 +1 @@
3e73ee9d2de04c2fd25ea1bb7f712a66 crash-7.1.5.tar.gz
ab7c8c57f5796c04d1ef2f9b08fcb1f6 crash-7.1.6.tar.gz