From b4292722c1b246ae28451cde740f87d3c22296f8 Mon Sep 17 00:00:00 2001 From: wxiat Date: Mon, 3 Jul 2023 08:57:21 +0800 Subject: [PATCH] add sw Signed-off-by: wxiat --- dmidecode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dmidecode.spec b/dmidecode.spec index 20bdd8e..3983524 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.2 +%define anolis_release .0.3 Summary: Tool to analyse BIOS DMI data Name: dmidecode Version: 3.3 @@ -20,7 +20,7 @@ Patch6: 0007-dmidecode-Fix-crash-with-u-option.patch BuildRequires: gcc make Requires: glibc Provides: /usr/sbin/dmidecode -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 loongarch64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 loongarch64 sw_64 %package doc Summary: Documents for %{name} @@ -65,6 +65,9 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install- %doc AUTHORS NEWS README %changelog +* Mon Jul 3 2023 wxiat - 1:3.3-4.0.3 +- add sw arch + * Wed Oct 19 2022 Liwei Ge - 1:3.3-4.0.2 - Enable loongarch64 support -- Gitee