From c66b2b9cacf49fe93e9acde84ac064f4109f2613 Mon Sep 17 00:00:00 2001 From: "peng.zou" Date: Wed, 31 Jan 2024 11:35:37 +0800 Subject: [PATCH] Add ppc64le support --- tog-pegasus.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tog-pegasus.spec b/tog-pegasus.spec index 15302f8..7e29510 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -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 - 2:2.14.1-53 +- Add ppc64le support + * Thu Aug 10 2023 yeqinglong - 2:2.14.1-52 - add loongarch64 and sw_64 support