From 0faf44f1495fe2a3703c164d922dc8c6b81a5ef0 Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Thu, 28 May 2015 10:54:03 -0400 Subject: [PATCH] Update to latest upstream release --- .gitignore | 1 + crash.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 52a0488..ca0605c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/crash.spec b/crash.spec index 0d865d0..aa208ee 100644 --- a/crash.spec +++ b/crash.spec @@ -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 - 7.1.1-1 +- Update to latest upstream release + * Mon Mar 2 2015 Dave Anderson - 7.1.0-3 - Support increment of Linux version from 3 to 4 diff --git a/sources b/sources index 629c2a8..999230b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f2584041a665eb8580de1e6c642c594 crash-7.1.0.tar.gz +6e009d065ba7f34aed0163a5154318ff crash-7.1.1.tar.gz