From cbc802a1ce9a7fb2fcbbd55147ea5bad17843485 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 14:50:06 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crash.spec b/crash.spec index b28e93c..34850df 100644 --- a/crash.spec +++ b/crash.spec @@ -4,7 +4,7 @@ Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles Name: crash Version: 6.0.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3 Group: Development/Debuggers Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz @@ -64,6 +64,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 6.0.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Mon Jul 1 2012 Dave Anderson - 6.0.8-1 - Update to latest upstream release. - Replace usage of "struct siginfo" with "siginfo_t".