From a975971d98d6b4958605e94b8a7c3a1487bb78b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=80=9A=E6=88=90?= Date: Tue, 17 Aug 2021 21:51:01 +0000 Subject: [PATCH 1/3] add riscv64 support --- libipt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libipt.spec b/libipt.spec index c823239..be77807 100644 --- a/libipt.spec +++ b/libipt.spec @@ -6,7 +6,7 @@ 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 riscv64 %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 +* Thu Aug 17 2021 zoutongcheng +- Add riscv64 support + * Wed Aug 19 2020 shenkai - 2.0.3-1 - Upgrade to 2.0.3. -- Gitee From 1c6b77994c622de5308eeaa99b1542715eb29a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=80=9A=E6=88=90?= Date: Tue, 17 Aug 2021 22:31:48 +0000 Subject: [PATCH 2/3] add riscv64 support --- libipt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libipt.spec b/libipt.spec index be77807..06e38c5 100644 --- a/libipt.spec +++ b/libipt.spec @@ -51,7 +51,7 @@ ctest -V %{?_smp_mflags} %{_libdir}/%{name}.so %changelog -* Thu Aug 17 2021 zoutongcheng +* Tue Aug 17 2021 zoutongcheng - Add riscv64 support * Wed Aug 19 2020 shenkai - 2.0.3-1 -- Gitee From c71c70783c1110f1537fe135dcb579def24c4c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=80=9A=E6=88=90?= Date: Wed, 18 Aug 2021 00:15:50 +0000 Subject: [PATCH 3/3] add riscv64 support --- libipt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libipt.spec b/libipt.spec index 06e38c5..59f4df6 100644 --- a/libipt.spec +++ b/libipt.spec @@ -1,6 +1,6 @@ Name: libipt Version: 2.0.3 -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 riscv64 %description devel This package contains the development files for Intel Processor Trace (Intel PT) -- Gitee