diff --git a/.cvsignore b/.cvsignore index 544f505..c821771 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1 @@ -crash-3.8.tar.gz -crash-3.10.tar.gz -crash-4.0.tar.gz +crash-4.0-8.11.tar.gz diff --git a/crash.spec b/crash.spec index b5d9bc9..9abe8a4 100644 --- a/crash.spec +++ b/crash.spec @@ -1,20 +1,22 @@ +%global major_version 4.0 +%global minor_version 8.11 + # # crash core analysis suite # Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles Name: crash -Version: 4.0 -Release: 9.7.2%{?dist} +Version: %{major_version}.%{minor_version} +Release: 1%{?dist} License: GPLv2 Group: Development/Debuggers -Source: %{name}-%{version}.tar.gz +Source: http://people.redhat.com/anderson/crash-%{major_version}-%{minor_version}.tar.gz URL: http://people.redhat.com/anderson ExclusiveOS: Linux ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: ncurses-devel zlib-devel Requires: binutils -Patch0: crash.patch-4.0-7.7 %description The core analysis suite is a self-contained tool that can be used to @@ -34,8 +36,7 @@ netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch offered by Mission Critical Linux, or the LKCD kernel patch. %prep -%setup -n %{name}-%{version} -q -%patch0 -p1 -b crash.patch-4.0-7.7 +%setup -n %{name}-%{major_version}-%{minor_version} -q %build make RPMPKG="%{version}-%{release}" @@ -64,6 +65,11 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Aug 05 2009 Lubomir Rintel - 4.0.8.11-1 +- Update to later upstream release +- Fix abuse of Revision tag + +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jul 24 2009 Fedora Release Engineering - 4.0-9.7.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 47ec162..e9ced9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b5de0153fc2701a8ea93e02aebf0f23 crash-4.0.tar.gz +a25175fcd6a87bb6eb7b654d2b6cf0bf crash-4.0-8.11.tar.gz