From 6ba50123bcac7c9860582ed7508e1bc453541f60 Mon Sep 17 00:00:00 2001 From: "jiahua.yu" Date: Thu, 14 Dec 2023 10:04:23 +0800 Subject: [PATCH] init support for arch ppc64le --- dmidecode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dmidecode.spec b/dmidecode.spec index dde6077..9097dcf 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,6 +1,6 @@ Name: dmidecode Version: 3.4 -Release: 4 +Release: 5 Epoch: 1 Summary: DMI data report tool @@ -15,7 +15,7 @@ Patch6003: dmidecode-Do-not-let-dump-bin-overwrite-an-existing-.patch BuildRequires: make gcc xz -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 sw_64 loongarch64 riscv64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 sw_64 loongarch64 riscv64 ppc64le %description Dmidecode reports information about your system's hardware as described @@ -53,6 +53,9 @@ make %{?_smp_mflags} CFLAGS="%{__global_cflags}" LDFLAGS="%{__global_ldflags}" %{_mandir}/man8/*.8.gz %changelog +* Thu Dec 14 2023 jiahua.yu - 1:3.4-5 +- init support for arch ppc64le + * Fri Aug 04 2023 Jingwiw - 1:3.4-4 - enable riscv64 architecture -- Gitee