2013-05-21 18:53:56 +00:00
|
|
|
Name: rasdaemon
|
2015-06-03 14:13:11 +00:00
|
|
|
Version: 0.5.5
|
2015-06-18 22:05:47 +00:00
|
|
|
Release: 2%{?dist}
|
2013-05-21 18:53:56 +00:00
|
|
|
Summary: Utility to receive RAS error tracings
|
|
|
|
Group: Applications/System
|
|
|
|
License: GPLv2
|
|
|
|
URL: https://git.fedorahosted.org/git/rasdaemon.git
|
2013-05-28 18:35:23 +00:00
|
|
|
Source0: http://mchehab.fedorapeople.org/%{name}-%{version}.tar.bz2
|
2013-06-02 18:06:26 +00:00
|
|
|
|
2014-09-16 12:33:15 +00:00
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
BuildRequires: systemd
|
|
|
|
Requires: hwdata
|
|
|
|
Requires: perl-DBD-SQLite
|
|
|
|
%ifarch %{ix86} x86_64
|
2013-06-02 18:06:26 +00:00
|
|
|
Requires: dmidecode
|
|
|
|
%endif
|
|
|
|
|
2014-09-16 12:33:15 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
2013-05-21 18:53:56 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{name} is a RAS (Reliability, Availability and Serviceability) logging tool.
|
|
|
|
It currently records memory errors, using the EDAC tracing events.
|
|
|
|
EDAC is drivers in the Linux kernel that handle detection of ECC errors
|
|
|
|
from memory controllers for most chipsets on i386 and x86_64 architectures.
|
|
|
|
EDAC drivers for other architectures like arm also exists.
|
|
|
|
This userspace component consists of an init script which makes sure
|
|
|
|
EDAC drivers and DIMM labels are loaded at system startup, as well as
|
|
|
|
an utility for reporting current error counts from the EDAC sysfs files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2014-08-10 16:13:57 +00:00
|
|
|
%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report
|
2013-05-21 18:53:56 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
install -D -p -m 0644 misc/rasdaemon.service %{buildroot}/%{_unitdir}/rasdaemon.service
|
|
|
|
install -D -p -m 0644 misc/ras-mc-ctl.service %{buildroot}%{_unitdir}/ras-mc-ctl.service
|
|
|
|
rm INSTALL %{buildroot}/usr/include/*.h
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS ChangeLog COPYING README TODO
|
|
|
|
%{_sbindir}/rasdaemon
|
|
|
|
%{_sbindir}/ras-mc-ctl
|
|
|
|
%{_mandir}/*/*
|
|
|
|
%{_unitdir}/*.service
|
2013-05-29 14:16:46 +00:00
|
|
|
%{_sharedstatedir}/rasdaemon
|
|
|
|
%{_sysconfdir}/ras/dimm_labels.d
|
2013-05-21 18:53:56 +00:00
|
|
|
|
|
|
|
%changelog
|
2015-06-18 22:05:47 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-03 14:13:11 +00:00
|
|
|
* Wed Jun 03 2015 Mauro Carvalho Chehab <mchehab@osg.samsung.com> 0.5.5-1
|
|
|
|
- Bump to version 0.5.5 with support for newer Intel platforms & some fixes
|
|
|
|
|
2014-09-16 12:33:15 +00:00
|
|
|
* Tue Sep 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.5.4-3
|
|
|
|
- aarch64/ppc64 have edac capabilities
|
|
|
|
- spec cleanups
|
|
|
|
- No need to run autoreconf
|
|
|
|
|
2014-08-17 23:27:32 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-15 22:28:44 +00:00
|
|
|
* Fri Aug 15 2014 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.5.4-1
|
|
|
|
- Bump to version 0.5.4 with some fixes, mainly for amd64
|
|
|
|
|
2014-08-10 16:13:57 +00:00
|
|
|
* 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
|
|
|
|
|
2014-06-08 01:54:18 +00:00
|
|
|
* 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
|
|
|
|
|
2014-08-10 16:13:57 +00:00
|
|
|
* Thu Apr 03 2014 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.5.2-1
|
2014-04-03 14:47:17 +00:00
|
|
|
- fix and enable ABRT report support
|
|
|
|
|
2014-03-28 22:17:23 +00:00
|
|
|
* 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
|
|
|
|
|
2014-02-16 11:11:01 +00:00
|
|
|
* Sun Feb 16 2014 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.5.0-1
|
2014-02-16 11:08:31 +00:00
|
|
|
- Add experimental ABRT support
|
|
|
|
|
2013-09-10 16:37:40 +00:00
|
|
|
* Tue Sep 10 2013 Mauro Carvalho Chehab <m.chehab@samsung.com> 0.4.2-1
|
|
|
|
- Fix ras-mc-ctl layout filling
|
|
|
|
|
2013-08-04 12:06:48 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 09:07:52 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.4.1-4
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-06-02 18:06:26 +00:00
|
|
|
* Sun Jun 2 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.1-3
|
|
|
|
- ARM has EDMA drivers (currently supported in Calxeda highbank)
|
|
|
|
|
2013-09-10 16:37:40 +00:00
|
|
|
* Wed May 29 2013 Mauro Carvalho Chehab <mchehab@redhat.com> 0.4.1-2
|
2013-05-29 18:42:16 +00:00
|
|
|
- Fix the name of perl-DBD-SQLite package
|
2013-09-10 16:37:40 +00:00
|
|
|
|
|
|
|
* Wed May 29 2013 Mauro Carvalho Chehab <mchehab@redhat.com> 0.4.1-1
|
2013-05-29 14:16:46 +00:00
|
|
|
- Updated to version 0.4.1 with contains some bug fixes
|
|
|
|
|
2013-09-10 16:37:40 +00:00
|
|
|
* Tue May 28 2013 Mauro Carvalho Chehab <mchehab@redhat.com> 0.4.0-1
|
2013-05-28 18:35:23 +00:00
|
|
|
- Updated to version 0.4.0 and added support for mce, aer and sqlite3 storage
|
|
|
|
|
2013-05-21 18:53:56 +00:00
|
|
|
* Mon May 20 2013 Mauro Carvalho Chehab <mchehab@redhat.com> 0.3.0-1
|
|
|
|
- Package created
|
|
|
|
|