import libpfm-4.10.1-3.el8
This commit is contained in:
parent
867fffa93d
commit
c08f91d760
1341
SOURCES/libpfm-tx2.patch
Normal file
1341
SOURCES/libpfm-tx2.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user