From b0171729c34f278dbe16f6deb22dd4b597c867de Mon Sep 17 00:00:00 2001 From: xurui Date: Wed, 21 Feb 2024 14:57:04 +0800 Subject: [PATCH] Add support for ppc64le --- libipt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libipt.spec b/libipt.spec index 68e5d57..be3007f 100644 --- a/libipt.spec +++ b/libipt.spec @@ -1,12 +1,12 @@ Name: libipt Version: 2.0.5 -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 +ExclusiveArch: %{ix86} x86_64 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.0.5-2 +- Add support for ppc64le. + * Wed Jul 13 2022 qinyu - 2.0.5-1 - Upgrade to 2.0.5.