From 684c5408e2577fed38fc85a8e7ba63a5d666c18f Mon Sep 17 00:00:00 2001 From: xinminst Date: Mon, 16 Aug 2021 04:02:36 +0000 Subject: [PATCH 1/2] update dmidecode.spec. --- dmidecode.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmidecode.spec b/dmidecode.spec index c3b85e6..4c16642 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -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 -- Gitee From 9fc9cba8bc5bc7dee50b698f1d19ef9fe89adb28 Mon Sep 17 00:00:00 2001 From: xinminst Date: Mon, 16 Aug 2021 09:19:27 +0000 Subject: [PATCH 2/2] update dmidecode.spec. --- dmidecode.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dmidecode.spec b/dmidecode.spec index 4c16642..8693e5d 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 @@ -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 -- Gitee