From 7896d5d6a836fe3d003a0a8fb8ac05ca343d49ca Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Jan 20 2014 14:56:04 +0000 Subject: import rasdaemon-0.4.1-7.el7.src.rpm --- diff --git a/SOURCES/rasdaemon-fix_service_file.patch b/SOURCES/rasdaemon-fix_service_file.patch new file mode 100644 index 0000000..8a62c0b --- /dev/null +++ b/SOURCES/rasdaemon-fix_service_file.patch @@ -0,0 +1,15 @@ +--- + misc/rasdaemon.service | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- rasdaemon-0.4.1.orig/misc/rasdaemon.service 2013-04-08 18:53:08.000000000 -0400 ++++ rasdaemon-0.4.1/misc/rasdaemon.service 2014-01-17 10:09:50.723418658 -0500 +@@ -3,7 +3,7 @@ Description=RAS daemon to log the RAS ev + After=syslog.target + + [Service] +-ExecStart=/usr/local/sbin/rasdaemon -f ++ExecStart=/usr/sbin/rasdaemon -f + Restart=on-abort + + [Install] diff --git a/SPECS/rasdaemon.spec b/SPECS/rasdaemon.spec index 4cce65f..c202e09 100644 --- a/SPECS/rasdaemon.spec +++ b/SPECS/rasdaemon.spec @@ -1,6 +1,6 @@ Name: rasdaemon Version: 0.4.1 -Release: 5%{?dist} +Release: 7%{?dist} Summary: Utility to receive RAS error tracings Group: Applications/System License: GPLv2 @@ -19,6 +19,8 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units +Patch: rasdaemon-fix_service_file.patch + %description %{name} is a RAS (Reliability, Availability and Serviceability) logging tool. It currently records memory errors, using the EDAC tracing events. @@ -31,6 +33,7 @@ an utility for reporting current error counts from the EDAC sysfs files. %prep %setup -q +%patch -p1 %build autoreconf -vfi @@ -57,6 +60,12 @@ rm -rf %{buildroot} %{_sysconfdir}/ras/dimm_labels.d %changelog +* Fri Jan 17 2014 Aristeu Rozanski 0.4.1-7.el7 +- Fixed rasdaemon.service executable path [1043478] + +* Fri Dec 27 2013 Daniel Mach - 0.4.1-6 +- Mass rebuild 2013-12-27 + * Tue Aug 20 2013 Aristeu Rozanski 0.4.1-5.el7 - Applied Jarod Wilson fixes required to pass rpmlint tests