!44 init support for arch ppc64le

From: @yuucyf 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2024-02-22 11:25:29 +00:00 committed by Gitee
commit 4b9d0e44cc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: dmidecode Name: dmidecode
Version: 3.4 Version: 3.4
Release: 4 Release: 5
Epoch: 1 Epoch: 1
Summary: DMI data report tool Summary: DMI data report tool
@ -16,7 +16,7 @@ Patch6004: dmioem-Fix-segmentation-fault-in-dmi_hp_240_attr.patch
BuildRequires: make gcc xz 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 %description
Dmidecode reports information about your system's hardware as described 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 %{_mandir}/man8/*.8.gz
%changelog %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 * Thu Dec 14 2023 lvgenggeng <lvgenggeng@uniontech.com> - 1:3.4-4
- backport: Fix segmentation fault in dmi_hp_240_attr() - backport: Fix segmentation fault in dmi_hp_240_attr()