Update to version 0.5.0
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
c878db2699
commit
c4971312e4
@ -1,5 +1,5 @@
|
|||||||
Name: rasdaemon
|
Name: rasdaemon
|
||||||
Version: 0.4.2
|
Version: 0.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Utility to receive RAS error tracings
|
Summary: Utility to receive RAS error tracings
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -33,7 +33,7 @@ an utility for reporting current error counts from the EDAC sysfs files.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
%configure --enable-mce --enable-aer --enable-sqlite3
|
%configure --enable-mce --enable-aer --enable-sqlite3 --enable-abrt
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -52,6 +52,9 @@ rm INSTALL %{buildroot}/usr/include/*.h
|
|||||||
%{_sysconfdir}/ras/dimm_labels.d
|
%{_sysconfdir}/ras/dimm_labels.d
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 13 2014 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.5.0-1
|
||||||
|
- Add experimental ABRT support
|
||||||
|
|
||||||
* Tue Sep 10 2013 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.4.2-1
|
* Tue Sep 10 2013 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.4.2-1
|
||||||
- Fix ras-mc-ctl layout filling
|
- Fix ras-mc-ctl layout filling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user