Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37864405
en ru br
ALT Linux repos
S:0.7.0-alt1

Group :: System/Kernel and hardware
RPM: rasdaemon

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
%define _unpackaged_files_terminate_build 1

Name: rasdaemon
Version: 0.6.8
Release: alt2
Summary: Utility to receive RAS error tracings
Group: System/Kernel and hardware
License: GPL-2.0-only
URL: http://git.infradead.org/users/mchehab/rasdaemon.git
Source0: %{name}-%{version}.tar.gz

Source1: rasdaemon.init

BuildRequires: gettext-tools libasprintf-devel

BuildRequires: rpm-build-perl libsqlite3-devel
Requires: perl-DBD-SQLite

BuildRequires: libudev-devel libsystemd-devel
#BuildRequires: systemd systemd-analyze systemd-homed
#BuildRequires: systemd-networkd systemd-portable systemd-sysvinit

%ifarch %{ix86} x86_64
Requires: dmidecode
%endif

%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
autoreconf -vfi

%build
sed -i 's|cat <<EOF|cat <<EOF > compile_time_options_summary.txt|' configure

%configure \
 --enable-sqlite3 \
 --enable-aer \
 --enable-mce \
 --enable-extlog \
 --enable-devlink \
 --enable-diskerror \
 --enable-memory-failure \
 --enable-abrt-report \
%ifarch %{arm} aarch64
 --enable-non-standard \
 --enable-arm \
 --enable-hisi-ns-decode \
%endif
 --with-sysconfdefdir=%{_sysconfdir}/sysconfig

cat compile_time_options_summary.txt

%make_build

%install
make install DESTDIR=%{buildroot}

install -D -p -m 0644 misc/rasdaemon.service %buildroot%_unitdir/%name.service
sed -i "s|/etc/sysconfig/rasdaemon|/etc/sysconfig/rasdaemon.env|" %buildroot%_unitdir/%name.service
install -D -p -m 0644 misc/rasdaemon.env %buildroot%_sysconfdir/sysconfig/%name.env

install -D -p -m 0644 misc/ras-mc-ctl.service %buildroot%_unitdir/ras-mc-ctl.service

install -D -p -m 0755 %SOURCE1 %buildroot%_initdir/%name

rm INSTALL %{buildroot}/usr/include/*.h

%post
%post_service rasdaemon

%preun
%preun_service rasdaemon

%files
%doc AUTHORS ChangeLog COPYING README TODO compile_time_options_summary.txt
%_sbindir/rasdaemon
%_sbindir/ras-mc-ctl
%_mandir/*/*
%_unitdir/*.service
%_initdir/%name
%dir %_sysconfdir/ras
%dir %_sysconfdir/ras/dimm_labels.d
%config(noreplace) %_sysconfdir/sysconfig/%name.env

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin