From 48a95c3379569d44820d8d453967917474b2942a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 09:54:34 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libipt.git#b66c7edb0e55c8f5af122c487c65baa757591218 --- libipt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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