diff --git a/libipt.spec b/libipt.spec index 352a09e4a12a33641f7e0d4aac2d6f5c3508ab59..1f123f26f866966cab0a17d14c9f88f1da96d507 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 loongarch64 %description The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference @@ -51,6 +51,9 @@ ctest -V %{?_smp_mflags} %{_libdir}/%{name}.so %changelog +* Tue Oct 29 2024 Wenlong Zhang - 2.1-2 +- fix build error on loongarch64 + * 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.