From 06b54e63e0685a8e2ef483da25ddc52f0a43df8f Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 19:57:16 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/libpfm.spec b/SPECS/libpfm.spec index eaeb181..2331441 100644 --- a/SPECS/libpfm.spec +++ b/SPECS/libpfm.spec @@ -10,7 +10,7 @@ Name: libpfm Version: 4.10.1 -Release: 2%{?dist}.1 +Release: 3%{?dist} Summary: Library to encode performance events for use by perf tool @@ -20,6 +20,7 @@ URL: http://perfmon2.sourceforge.net/ Source0: http://sourceforge.net/projects/perfmon2/files/libpfm4/%{name}-%{version}.tar.gz Patch2: libpfm-python3-setup.patch Patch3: libpfm-zseries.patch +Patch4: libpfm-tx2.patch %if %{with python} BuildRequires: python3 @@ -71,6 +72,7 @@ Python bindings for libpfm4 and perf_event_open system call. %setup -q %patch2 -p1 -b .python3 %patch3 -p1 -b .zseries +%patch4 -p1 -b .tx2 %build %if %{with python} @@ -119,8 +121,8 @@ make \ %endif %changelog -* Mon Jun 29 2020 William Cohen - 4.10.1-2.1 -- Rebuild. (RHBZ #1848096) +* Wed May 27 2020 William Cohen - 4.10.1-3 +- Add Marvell TunderX2 UNC support. (RHBZ #1726070) * Tue Oct 15 2019 William Cohen - 4.10.1-2 - Add IBM zseries support. (RHBZ #1731019)