Add riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
(cherry picked from commit 4b20b7085ddbbe7a30864f19c06a3c33a599569e)
This commit is contained in:
David Abdurachmanov 2023-08-30 18:55:06 +03:00 committed by Richard W.M. Jones
parent 75345da30a
commit 6dba3edbc9

View File

@ -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 <davidlt@rivosinc.com> - 1:3.6-4
- Add riscv64
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:3.6-3
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018