Add ppc64le support
This commit is contained in:
parent
54204dc0fb
commit
c66b2b9cac
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: tog-pegasus
|
Name: tog-pegasus
|
||||||
Version: %{major_ver}.1
|
Version: %{major_ver}.1
|
||||||
Release: 52
|
Release: 53
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: OpenPegasus WBEM Services for Linux
|
Summary: OpenPegasus WBEM Services for Linux
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -85,6 +85,9 @@ Header files for tog-pegasus
|
|||||||
%ifarch sw_64
|
%ifarch sw_64
|
||||||
%global PEGASUS_HARDWARE_PLATFORM LINUX_SW_64_GNU
|
%global PEGASUS_HARDWARE_PLATFORM LINUX_SW_64_GNU
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch ppc64le
|
||||||
|
%global PEGASUS_HARDWARE_PLATFORM LINUX_PPC64_GNU
|
||||||
|
%endif
|
||||||
|
|
||||||
%global PEGASUS_ARCH_LIB %{_lib}
|
%global PEGASUS_ARCH_LIB %{_lib}
|
||||||
%global OPENSSL_HOME %{_prefix}
|
%global OPENSSL_HOME %{_prefix}
|
||||||
@ -375,6 +378,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 10 2023 yeqinglong <yeqinglong@kylinsec.com.cn> - 2:2.14.1-52
|
||||||
- add loongarch64 and sw_64 support
|
- add loongarch64 and sw_64 support
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user