From c60b4e3ef74a749de43895a5faef30733c3ee538 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Sun, 24 Apr 2022 14:27:44 +0800 Subject: [PATCH] Support Loongarch Signed-off-by: cherry530 --- dmidecode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dmidecode.spec b/dmidecode.spec index 4a4b0d9..95ec550 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,6 +1,6 @@ Name: dmidecode Version: 3.3 -Release: 3 +Release: 4 Epoch: 1 Summary: DMI data report tool @@ -14,7 +14,7 @@ Patch6000: bugfix-compat_uuid.patch BuildRequires: make gcc xz -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 loongarch64 %description Dmidecode reports information about your system's hardware as described @@ -52,6 +52,9 @@ make %{?_smp_mflags} CFLAGS="%{__global_cflags}" LDFLAGS="%{__global_ldflags}" %{_mandir}/man8/*.8.gz %changelog +* Sun Apr 24 2022 xu_ping - 3.3-4 +- Support loongarch + * Thu Feb 24 2022 Yang Yanchao - 3.3-3 - dmidecode: Fix crash with -u option -- Gitee