init support for ppc64le

This commit is contained in:
chenyuanfeng 2024-02-20 09:49:10 +08:00
parent fb59cfcb48
commit e25d3a7239

View File

@ -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 <yuanfeng.chen@shingroup.cn> - 1:3.4-5
- init support for arch ppc64le
* Thu Dec 14 2023 lvgenggeng <lvgenggeng@uniontech.com> - 1:3.4-4
- backport: Fix segmentation fault in dmi_hp_240_attr()