From f23e917632246a98afaedb08a0533610f919891d Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Mon, 15 Sep 2014 14:24:04 -0400 Subject: [PATCH] Update to latest upstream release Add ppc64le as supported architecture for crash package (BZ #1136050) --- .gitignore | 1 + crash.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0260f6e..31928b2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ crash-5.0.6.tar.gz /crash-7.0.4.tar.gz /crash-7.0.5.tar.gz /crash-7.0.7.tar.gz +/crash-7.0.8.tar.gz diff --git a/crash.spec b/crash.spec index 7311526..baebf7c 100644 --- a/crash.spec +++ b/crash.spec @@ -3,21 +3,20 @@ # Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles Name: crash -Version: 7.0.7 -Release: 3%{?dist} +Version: 7.0.8 +Release: 1%{?dist} License: GPLv3 Group: Development/Debuggers Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz URL: http://people.redhat.com/anderson ExclusiveOS: Linux -ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} aarch64 +ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} aarch64 ppc64le 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) Patch0: lzo_snappy.patch Patch1: use_system_readline_v2.patch -Patch2: aarch64.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 aarch64.patch %build make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}" @@ -69,6 +67,10 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Mon Sep 15 2014 Dave Anderson - 7.0.8-1 +- Update to latest upstream release +- Add ppc64le as supported architecture for crash package (BZ #1136050) + * Sat Aug 16 2014 Fedora Release Engineering - 7.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index c02f460..0547879 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a671c6aead4ce89a3123ccf0e04c6693 crash-7.0.7.tar.gz +94f3c60bc04c8e9c620878d77f23dc7f crash-7.0.8.tar.gz