import libpfm-4.10.1-3.el8

This commit is contained in:
CentOS Sources 2020-06-09 19:46:20 +00:00 committed by Andrew Lukoshko
parent 4d81b17a3b
commit 2c2128ca2e
2 changed files with 1347 additions and 1 deletions

1341
SOURCES/libpfm-tx2.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
Name: libpfm
Version: 4.10.1
Release: 2%{?dist}
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,6 +121,9 @@ make \
%endif
%changelog
* Wed May 27 2020 William Cohen <wcohen@redhat.com> - 4.10.1-3
- Add Marvell TunderX2 UNC support. (RHBZ #1726070)
* Tue Oct 15 2019 William Cohen <wcohen@redhat.com> - 4.10.1-2
- Add IBM zseries support. (RHBZ #1731019)