diff --git a/.gitignore b/.gitignore index 1ee7813..60fa89f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ crash-5.0.6.tar.gz /crash-6.0.5.tar.gz /crash-6.0.6.tar.gz /crash-6.0.8.tar.gz +/crash-6.0.9.tar.gz diff --git a/crash.spec b/crash.spec index 34850df..43202e1 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: 6.0.8 -Release: 2%{?dist} +Version: 6.0.9 +Release: 1%{?dist} License: GPLv3 Group: Development/Debuggers Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz @@ -14,7 +14,6 @@ ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x %{arm} Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: ncurses-devel zlib-devel Requires: binutils -Patch0: struct_siginfo_to_siginfo_t.patch %description The core analysis suite is a self-contained tool that can be used to @@ -35,7 +34,6 @@ offered by Mission Critical Linux, or the LKCD kernel patch. %prep %setup -n %{name}-%{version} -q -%patch0 -p1 -b struct_siginfo_to_siginfo_t.patch %build make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}" @@ -64,6 +62,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Tue Aug 21 2012 Dave Anderson - 6.0.9-1 +- Update to latest upstream release + * Wed Jul 18 2012 Fedora Release Engineering - 6.0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 0029192..e763394 100644 --- a/sources +++ b/sources @@ -6,3 +6,4 @@ d5fe6486519dfd18b115ad80a6e8321a crash-6.0.0.tar.gz 85e4a105e4634c2c9a33c1c69e673fb7 crash-6.0.5.tar.gz 3b567a5df156d2e5482ddf587f2f8975 crash-6.0.6.tar.gz 0aa88c0984eca8940b5a16a064b2205f crash-6.0.8.tar.gz +0427480820832fda33c30bb86dd64621 crash-6.0.9.tar.gz