diff --git a/libipt.spec b/libipt.spec index 5372255..49c8886 100644 --- a/libipt.spec +++ b/libipt.spec @@ -2,7 +2,7 @@ Name: libipt Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Intel Processor Trace Decoder Library License: BSD URL: https://github.com/intel/libipt @@ -11,6 +11,7 @@ Patch0: libipt-gcc11.patch # c++ is required only for -DPTUNIT test "ptunit-cpp". # pandoc is for -DMAN. BuildRequires: gcc-c++ cmake pandoc +BuildRequires: make ExclusiveArch: %{ix86} x86_64 %description @@ -61,6 +62,9 @@ ctest -V %{?_smp_mflags} %{_mandir}/*/*.gz %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Aug 19 2020 Jeff Law - 2.0.2-2 - Fix uninitialized variable in testsuite