From d1539daab1dc82723b6dd3683f814c3e7f5591bb Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 15 Nov 2022 06:39:32 +0000 Subject: [PATCH] add loongarch support for dmidecode Signed-off-by: Wenlong Zhang (cherry picked from commit 3c4ac992986d8ebc32d4c1b9b831e99267737a65) --- dmidecode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dmidecode.spec b/dmidecode.spec index 518207c..3248334 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,6 +1,6 @@ Name: dmidecode Version: 3.4 -Release: 1 +Release: 2 Epoch: 1 Summary: DMI data report tool @@ -12,7 +12,7 @@ Patch6000: bugfix-compat_uuid.patch BuildRequires: make gcc xz -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 sw_64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 sw_64 loongarch64 %description Dmidecode reports information about your system's hardware as described @@ -50,6 +50,9 @@ make %{?_smp_mflags} CFLAGS="%{__global_cflags}" LDFLAGS="%{__global_ldflags}" %{_mandir}/man8/*.8.gz %changelog +* Mon Nov 14 2022 Wenlong Zhang - 1:3.4-2 +- add loongarch support for dmidecode + * Wed Nov 9 2022 fanrui - 1:3.4-1 - Update to 3.4 -- Gitee