Update to latest upstream release

This commit is contained in:
Dave Anderson 2019-01-11 11:53:40 -05:00
parent 4782c659a1
commit 5b713d3796
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@ crash-5.0.6.tar.gz
/crash-7.2.1.tar.gz
/crash-7.2.3.tar.gz
/crash-7.2.4.tar.gz
/crash-7.2.5.tar.gz

View File

@ -3,7 +3,7 @@
#
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
Name: crash
Version: 7.2.4
Version: 7.2.5
Release: 1%{?dist}
License: GPLv3
Group: Development/Debuggers
@ -64,6 +64,9 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
%{_includedir}/*
%changelog
* Fri Jan 11 2019 Dave Anderson <anderson@redhat.com> - 7.2.5-1
- Update to latest upstream release
* Mon Sep 24 2018 Dave Anderson <anderson@redhat.com> - 7.2.4-1
- Update to latest upstream release

View File

@ -1 +1 @@
SHA512 (crash-7.2.4.tar.gz) = 11db2c18dcfedb9e4cf2d7c24a38a260c49a1afd377491f721ac475fcdee912b5b398c3d70f0fc15784673d302c1a728e1ff5630e379b69e1dd3e5f494f85765
SHA512 (crash-7.2.5.tar.gz) = 6d07c4aa2bccafafe66567e2022250208ffdd5f0e64aad1aefb4c8d7c10df49464ad772e2ffe0d1067f324dd351e9186841d501680a181c79d7b9b58464d6987

View File

@ -1,6 +1,6 @@
--- crash-7.0.7/cmdline.c.orig
+++ crash-7.0.7/cmdline.c
@@ -44,7 +44,8 @@ static int verify_args_input_file(char *
@@ -46,7 +46,8 @@ static int verify_args_input_file(char *
#define READLINE_LIBRARY
#include <readline.h>