diff --git a/dmidecode.spec b/dmidecode.spec index 221a12e..e597606 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,13 +1,13 @@ Summary: Tool to analyse BIOS DMI data Name: dmidecode Version: 3.6 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPL-2.0-or-later Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz URL: https://www.nongnu.org/dmidecode/ BuildRequires: gcc make -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 riscv64 %description dmidecode reports information about x86 & ia64 hardware as described in the @@ -33,7 +33,7 @@ I/O ports (e.g. serial, parallel, USB). %doc AUTHORS NEWS README %license LICENSE %{_sbindir}/dmidecode -%ifnarch ia64 aarch64 +%ifnarch ia64 aarch64 riscv64 %{_sbindir}/vpddecode %{_sbindir}/ownership %{_sbindir}/biosdecode @@ -41,6 +41,9 @@ I/O ports (e.g. serial, parallel, USB). %{_mandir}/man8/* %changelog +* Fri Mar 14 2025 David Abdurachmanov - 1:3.6-4 +- Add riscv64 + * Tue Oct 29 2024 Troy Dawson - 1:3.6-3 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018