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:
parent
75345da30a
commit
6dba3edbc9
@ -1,13 +1,13 @@
|
|||||||
Summary: Tool to analyse BIOS DMI data
|
Summary: Tool to analyse BIOS DMI data
|
||||||
Name: dmidecode
|
Name: dmidecode
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz
|
Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz
|
||||||
URL: https://www.nongnu.org/dmidecode/
|
URL: https://www.nongnu.org/dmidecode/
|
||||||
BuildRequires: gcc make
|
BuildRequires: gcc make
|
||||||
ExclusiveArch: %{ix86} x86_64 ia64 aarch64
|
ExclusiveArch: %{ix86} x86_64 ia64 aarch64 riscv64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
dmidecode reports information about x86 & ia64 hardware as described in the
|
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
|
%doc AUTHORS NEWS README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_sbindir}/dmidecode
|
%{_sbindir}/dmidecode
|
||||||
%ifnarch ia64 aarch64
|
%ifnarch ia64 aarch64 riscv64
|
||||||
%{_sbindir}/vpddecode
|
%{_sbindir}/vpddecode
|
||||||
%{_sbindir}/ownership
|
%{_sbindir}/ownership
|
||||||
%{_sbindir}/biosdecode
|
%{_sbindir}/biosdecode
|
||||||
@ -41,6 +41,9 @@ I/O ports (e.g. serial, parallel, USB).
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:3.6-3
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
Loading…
Reference in New Issue
Block a user