From e25d3a7239a5e6c422001e842c099feb8932c4e5 Mon Sep 17 00:00:00 2001 From: chenyuanfeng Date: Tue, 20 Feb 2024 09:49:10 +0800 Subject: [PATCH] init support for ppc64le --- dmidecode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dmidecode.spec b/dmidecode.spec index d95d1cc..34805a7 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 @@ -16,7 +16,7 @@ Patch6004: dmioem-Fix-segmentation-fault-in-dmi_hp_240_attr.patch BuildRequires: make gcc xz -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 sw_64 loongarch64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 sw_64 loongarch64 ppc64le %description Dmidecode reports information about your system's hardware as described @@ -54,6 +54,9 @@ make %{?_smp_mflags} CFLAGS="%{__global_cflags}" LDFLAGS="%{__global_ldflags}" %{_mandir}/man8/*.8.gz %changelog +* Tue Jan 20 2024 Yuanfeng Chen - 1:3.4-5 +- init support for arch ppc64le + * Thu Dec 14 2023 lvgenggeng - 1:3.4-4 - backport: Fix segmentation fault in dmi_hp_240_attr() -- Gitee