From 057b84a1cc2aa58d27c8f5a2f5af05e476b18d4b Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 10 Aug 2014 13:13:57 -0300 Subject: [PATCH] Update rasdaemon to version 0.5.3 Add support for extlog Signed-off-by: Mauro Carvalho Chehab --- rasdaemon.spec | 11 +++++++---- sources | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/rasdaemon.spec b/rasdaemon.spec index 004b00d..67c7e11 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,6 +1,6 @@ Name: rasdaemon -Version: 0.5.2 -Release: 2%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: Utility to receive RAS error tracings Group: Applications/System License: GPLv2 @@ -33,7 +33,7 @@ an utility for reporting current error counts from the EDAC sysfs files. %build autoreconf -vfi -%configure --enable-mce --enable-aer --enable-sqlite3 --enable-abrt-report +%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report make %{?_smp_mflags} %install @@ -52,10 +52,13 @@ rm INSTALL %{buildroot}/usr/include/*.h %{_sysconfdir}/ras/dimm_labels.d %changelog +* Sun Aug 10 2014 Mauro Carvalho Chehab 0.5.3-1 +- Bump to version 0.5.3 and enable ABRT and ExtLog + * Sun Jun 08 2014 Fedora Release Engineering - 0.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild -*Thu Apr 03 2014 Mauro Carvalho Chehab 0.5.2-1 +* Thu Apr 03 2014 Mauro Carvalho Chehab 0.5.2-1 - fix and enable ABRT report support * Fri Mar 28 2014 Mauro Carvalho Chehab 0.5.1-1 diff --git a/sources b/sources index 2146273..56b9270 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ce07f585fbf12882369126178450de4 rasdaemon-0.5.2.tar.bz2 +d8c10fa78b7b7ffba6f1b2783ec90b2a rasdaemon-0.5.3.tar.bz2