From 19e516c36dfd4266cbb4e1e6bddd432739c133fe Mon Sep 17 00:00:00 2001 From: xurui Date: Wed, 21 Feb 2024 14:06:04 +0800 Subject: [PATCH] Add support for arch ppc64le --- libipt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libipt.spec b/libipt.spec index 352a09e..b13f360 100644 --- a/libipt.spec +++ b/libipt.spec @@ -1,12 +1,12 @@ Name: libipt Version: 2.1 -Release: 1 +Release: 2 Summary: Intel(R) Processor Trace Decoder Library License: BSD URL: https://github.com/intel/libipt Source0: https://github.com/intel/%{name}/archive/v%{version}.tar.gz BuildRequires: gcc-c++ cmake -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 ppc64le %description The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference @@ -17,7 +17,7 @@ or it can be partially or fully integrated into your tool. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} -ExclusiveArch: %{ix86} x86_64 loongarch64 +ExclusiveArch: %{ix86} x86_64 loongarch64 ppc64le %description devel This package contains the development files for Intel Processor Trace (Intel PT) @@ -51,6 +51,9 @@ ctest -V %{?_smp_mflags} %{_libdir}/%{name}.so %changelog +* Wed Feb 21 2024 xurui - 2.1-2 +- Add ppc64le support + * Thu Jan 25 2024 liuchao - 2.1-1 - Upgrade to 2.1: - a new tool 'ptseg' for finding the PSB segment for a given offset. -- Gitee