diff --git a/rasdaemon.spec b/rasdaemon.spec index af8cb25ad16a567cb88d6d55fddaf3d8fd436595..d6fbb10e6153b4b1a7c2bed5093dd93ee84e826a 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