From 87faab6f4c22e61aee574e387233baff9aface7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BD=AC=E7=90=9B?= Date: Fri, 8 Aug 2025 07:22:24 +0000 Subject: [PATCH] add support for sw_64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张彬琛 --- dmidecode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dmidecode.spec b/dmidecode.spec index e5d65d7..e0d0584 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: dmidecode Version: 3.5 @@ -11,7 +11,7 @@ Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{ver BuildRequires: gcc BuildRequires: make -ExclusiveArch: x86_64 aarch64 loongarch64 riscv64 +ExclusiveArch: x86_64 aarch64 loongarch64 riscv64 sw_64 %description dmidecode reports information about x86 & ia64 hardware as described in the @@ -63,6 +63,9 @@ rm -f %{buildroot}/%{_datadir}/doc/%{name}/* %doc AUTHORS NEWS README %changelog +* Fri Aug 8 2025 zhangbinchen - 3.5-4 +- add support for sw_64 build + * Fri Jun 6 2025 Yihao Yan - 3.5-3 - add support for riscv build -- Gitee