import rasdaemon-0.6.1-8.el8

This commit is contained in:
CentOS Sources 2021-10-15 16:36:04 +00:00 committed by Stepan Oksanichenko
parent 0059188997
commit 04130620dc
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: rasdaemon Name: rasdaemon
Version: 0.6.1 Version: 0.6.1
Release: 7%{?dist} Release: 8%{?dist}
Summary: Utility to receive RAS error tracings Summary: Utility to receive RAS error tracings
Group: Applications/System Group: Applications/System
License: GPLv2 License: GPLv2
@ -65,7 +65,7 @@ an utility for reporting current error counts from the EDAC sysfs files.
%build %build
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64
%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-non-standard --enable-hisi-ns-decode --enable-arm %configure --enable-aer --enable-sqlite3 --enable-abrt-report --enable-non-standard --enable-hisi-ns-decode --enable-arm
%else %else
%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report %configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report
%endif %endif
@ -88,6 +88,9 @@ rm INSTALL %{buildroot}/usr/include/*.h
%{_sysconfdir}/ras/dimm_labels.d %{_sysconfdir}/ras/dimm_labels.d
%changelog %changelog
* Thu Aug 26 2021 Aristeu Rozanski <aris@redhat.com> 0.6.1-8
- Disable MCE and extlog in arm packages [2009499]
* Thu Aug 26 2021 Aristeu Rozanski <aris@redhat.com> 0.6.1-7 * Thu Aug 26 2021 Aristeu Rozanski <aris@redhat.com> 0.6.1-7
- Add support for AMD SMCA banks for family 19 [1991955] - Add support for AMD SMCA banks for family 19 [1991955]