import libpfm-4.10.1-3.el8

This commit is contained in:
CentOS Sources 2020-11-03 07:06:42 -05:00 committed by Andrew Lukoshko
parent 0929c73661
commit cd8f380303
2 changed files with 1346 additions and 3 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}.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 <wcohen@redhat.com> - 4.10.1-2.1
- Rebuild. (RHBZ #1848096)
* 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)