diff --git a/libipt.spec b/libipt.spec index c823239d628d937d758ff9968cd25482982cf85c..59f4df640e73eac810d155d0801c3064719a1d6f 100644 --- a/libipt.spec +++ b/libipt.spec @@ -1,12 +1,12 @@ 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 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 @@ -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) @@ -51,6 +51,9 @@ ctest -V %{?_smp_mflags} %{_libdir}/%{name}.so %changelog +* Tue Aug 17 2021 zoutongcheng +- Add riscv64 support + * Wed Aug 19 2020 shenkai - 2.0.3-1 - Upgrade to 2.0.3.