diff --git a/dmidecode.spec b/dmidecode.spec index d95d1cc80bc62996ea387bd9dea14f9b9e3117c1..34805a75e7c58de2c94cb14f58b8cdfa04ec05ae 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()