diff --git a/dmidecode.spec b/dmidecode.spec index c3b85e6b9e933cd691de082a03298d47e8c33f86..8693e5d8526c44e67fcaac43d52adc828bc6b667 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,6 +1,6 @@ Name: dmidecode Version: 3.2 -Release: 2 +Release: 3 Epoch: 1 Summary: DMI data report tool @@ -16,7 +16,7 @@ Patch6004: dmidecode-Add-Logical-non-volatile-device-to-the-mem.patch BuildRequires: make gcc xz -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 riscv64 %description Dmidecode reports information about your system's hardware as described @@ -54,5 +54,8 @@ make %{?_smp_mflags} CFLAGS="%{__global_cflags}" LDFLAGS="%{__global_ldflags}" %{_mandir}/man8/*.8.gz %changelog +* Mon Aug 16 2021 xinminst - 1:3.2-2 +- add riscv64 to ExclusiveArch + * Wed Aug 21 2019 openEuler Buildteam - 1:3.2-2 - Package init