Enable ABRT report support
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
4d33a0d480
commit
95e051a084
@ -1,5 +1,5 @@
|
|||||||
Name: rasdaemon
|
Name: rasdaemon
|
||||||
Version: 0.5.1
|
Version: 0.5.2
|
||||||
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 --enable-abrt
|
%configure --enable-mce --enable-aer --enable-sqlite3 --enable-abrt-report
|
||||||
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
|
||||||
|
*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
|
* Fri Mar 28 2014 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.5.1-1
|
||||||
- Do some fixes at the service files and add some documentation for --record
|
- Do some fixes at the service files and add some documentation for --record
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user