Update rasdaemon to version 0.5.3

Add support for extlog

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Mauro Carvalho Chehab 2014-08-10 13:13:57 -03:00
parent 7502fee042
commit 057b84a1cc
2 changed files with 8 additions and 5 deletions

View File

@ -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 <m.chehab@samsung.com> 0.5.3-1
- Bump to version 0.5.3 and enable ABRT and ExtLog
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
*Thu Apr 03 2014 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.5.2-1
* Thu Apr 03 2014 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.5.2-1
- fix and enable ABRT report support
* Fri Mar 28 2014 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.5.1-1

View File

@ -1 +1 @@
6ce07f585fbf12882369126178450de4 rasdaemon-0.5.2.tar.bz2
d8c10fa78b7b7ffba6f1b2783ec90b2a rasdaemon-0.5.3.tar.bz2