From eaab679b067a517dc465d8150afcf730665fadeb Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Tue, 25 Mar 2025 07:57:00 +0000 Subject: [PATCH] add dmidecode Requires on riscv64 --- rasdaemon.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rasdaemon.spec b/rasdaemon.spec index af8cb25..d6fbb10 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,6 +1,6 @@ Name: rasdaemon Version: 0.8.0 -Release: 9 +Release: 10 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 @@ -12,7 +12,7 @@ Provides: bundled(kernel-event-lib) Requires: hwdata Requires: perl-DBD-SQLite Requires: libtraceevent -%ifarch %{ix86} x86_64 +%ifarch %{ix86} x86_64 riscv64 Requires: dmidecode %endif @@ -90,6 +90,12 @@ fi /usr/bin/systemctl disable rasdaemon.service >/dev/null 2>&1 || : %changelog +* Tue Mar 25 2025 zhangjinqiang - 0.8.0-10 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC: add dmidecode Requires on riscv64 + * Mon Dec 16 2024 guodashun - 0.8.0-9 - Type:bugfix - CVE:NA -- Gitee