Add ppc64le support

This commit is contained in:
peng.zou 2024-01-31 11:35:37 +08:00
parent 54204dc0fb
commit c66b2b9cac

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