From b6cabd25980756c05048976bd49cf5927aa0fad2 Mon Sep 17 00:00:00 2001 From: hyongkang Date: Sat, 9 Nov 2024 13:10:37 +0800 Subject: [PATCH] update description --- rasdaemon.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rasdaemon.spec b/rasdaemon.spec index 9fbac8e..cbe4bfc 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,6 +1,6 @@ Name: rasdaemon Version: 0.6.7 -Release: 23 +Release: 24 License: GPLv2 Summary: Utility to get Platform Reliability, Availability and Serviceability (RAS) reports via the Kernel tracing events URL: https://github.com/mchehab/rasdaemon.git @@ -64,7 +64,7 @@ Patch9012: 0001-rasdaemon-Add-HBM-Memory-ACLS-support-for-HiSilicon.patch %description The rasdaemon program is a daemon which monitors the platform -Reliablity, Availability and Serviceability (RAS) reports from the +Reliability, Availability and Serviceability (RAS) reports from the Linux kernel trace events. These trace events are logged in /sys/kernel/debug/tracing, reporting them via syslog/journald. @@ -114,6 +114,12 @@ if [ $1 -eq 0 ] ; then fi %changelog +* Sat Nov 9 2024 Yongkang Hou - 0.6.7-24 +- Type:feature +- ID:NA +- SUG:NA +- DESC:update description + * Sat Oct 12 2024 Junhao He - 0.6.7-23 - Type:feature - ID:NA -- Gitee