diff --git a/dmidecode.spec b/dmidecode.spec index 724b283a15957ebc8e287ff9c60d98e4b4c532f8..42b1a45dabaf5205fdf4ec5640c6b1372ca37d1b 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,7 +1,7 @@ Summary: Tool to analyse BIOS DMI data Name: dmidecode Version: 3.5 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ URL: https://www.nongnu.org/dmidecode/ Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz @@ -15,7 +15,7 @@ Patch0005: 0006-Fix-the-forward-declaration-of-dmi_print_memory_size.patch Patch0006: 0007-Fix-unit-of-starting-and-ending-addresses.patch BuildRequires: gcc make -ExclusiveArch: x86_64 aarch64 loongarch64 +ExclusiveArch: x86_64 aarch64 loongarch64 riscv64 %description dmidecode reports information about x86 & arm64 hardware as described in the @@ -41,7 +41,7 @@ I/O ports (e.g. serial, parallel, USB). %license LICENSE %doc AUTHORS NEWS README %{_sbindir}/dmidecode -%ifnarch aarch64 loongarch64 +%ifnarch aarch64 loongarch64 riscv64 %{_sbindir}/vpddecode %{_sbindir}/ownership %{_sbindir}/biosdecode @@ -49,6 +49,10 @@ I/O ports (e.g. serial, parallel, USB). %{_mandir}/man8/* %changelog +* Fri Mar 20 2026 maxonxie - 3.5-8 +- [Type] other +- [DESC] Add riscv64 architecture support + * Mon Sep 22 2025 hudsonzhu - 3.5-7 - [Type] bugfix - [DESC] Fix unit of starting and ending addresses