From 23dbc88ed88478b44e398c8f8bdecbeead43cf60 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 16 Feb 2023 19:21:17 +0800 Subject: [PATCH] Add loongarch64 support --- libipt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libipt.spec b/libipt.spec index 68e5d57..822f49f 100644 --- a/libipt.spec +++ b/libipt.spec @@ -1,6 +1,6 @@ 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 @@ -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 loongarch64 %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 +* Thu Feb 16 2023 Wenlong Zhang - 2.0.5-2 +- Add loongarch64 support + * Wed Jul 13 2022 qinyu - 2.0.5-1 - Upgrade to 2.0.5. -- Gitee