!29 Add ppc64le support

From: @peng_zou 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2024-02-19 07:37:02 +00:00 committed by Gitee
commit a29007f657
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -6,7 +6,7 @@
Name: tog-pegasus
Version: %{major_ver}.1
Release: 52
Release: 53
Epoch: 2
Summary: OpenPegasus WBEM Services for Linux
License: MIT
@ -85,6 +85,9 @@ Header files for tog-pegasus
%ifarch sw_64
%global PEGASUS_HARDWARE_PLATFORM LINUX_SW_64_GNU
%endif
%ifarch ppc64le
%global PEGASUS_HARDWARE_PLATFORM LINUX_PPC64_GNU
%endif
%global PEGASUS_ARCH_LIB %{_lib}
%global OPENSSL_HOME %{_prefix}
@ -375,6 +378,9 @@ fi
%{_mandir}/man1/*
%changelog
* Wed Jan 31 2024 peng.zou <peng.zou@shingroup.cn> - 2:2.14.1-53
- Add ppc64le support
* Thu Aug 10 2023 yeqinglong <yeqinglong@kylinsec.com.cn> - 2:2.14.1-52
- add loongarch64 and sw_64 support