Add ppc64le support
This commit is contained in:
parent
83d6fb652f
commit
442a3ccb9d
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: tog-pegasus
|
Name: tog-pegasus
|
||||||
Version: %{major_ver}.1
|
Version: %{major_ver}.1
|
||||||
Release: 54
|
Release: 55
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: OpenPegasus WBEM Services for Linux
|
Summary: OpenPegasus WBEM Services for Linux
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -86,6 +86,9 @@ Header files for tog-pegasus
|
|||||||
%ifarch riscv64
|
%ifarch riscv64
|
||||||
%global PEGASUS_HARDWARE_PLATFORM LINUX_RISCV64_GNU
|
%global PEGASUS_HARDWARE_PLATFORM LINUX_RISCV64_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}
|
||||||
@ -377,6 +380,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 28 2023 peng.zou <peng.zou@shingroup.cn> - 2:2.14.1-55
|
||||||
|
- Add ppc64le support
|
||||||
|
|
||||||
* Fri Jul 28 2023 misaka00251 <liuxin@iscas.ac.cn> - 2:2.14.1-54
|
* Fri Jul 28 2023 misaka00251 <liuxin@iscas.ac.cn> - 2:2.14.1-54
|
||||||
- Add riscv64 support
|
- Add riscv64 support
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user