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:
parent
7502fee042
commit
057b84a1cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user