import libpfm-4.10.1-4.el8

This commit is contained in:
CentOS Sources 2021-11-09 04:59:12 -05:00 committed by Stepan Oksanichenko
parent cd8f380303
commit 7b86388543
2 changed files with 1476 additions and 1 deletions

1470
SOURCES/libpfm-a64fx.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: 3%{?dist}
Release: 4%{?dist}
Summary: Library to encode performance events for use by perf tool
@ -21,6 +21,7 @@ Source0: http://sourceforge.net/projects/perfmon2/files/libpfm4/%{name}-%{versio
Patch2: libpfm-python3-setup.patch
Patch3: libpfm-zseries.patch
Patch4: libpfm-tx2.patch
Patch5: libpfm-a64fx.patch
%if %{with python}
BuildRequires: python3
@ -73,6 +74,7 @@ Python bindings for libpfm4 and perf_event_open system call.
%patch2 -p1 -b .python3
%patch3 -p1 -b .zseries
%patch4 -p1 -b .tx2
%patch5 -p1 -b .a64fx
%build
%if %{with python}
@ -121,6 +123,9 @@ make \
%endif
%changelog
* Thu May 20 2021 William Cohen <wcohen@redhat.com> - 4.10.1-4
- Add Fujitsu A64FX support (RHBZ #1908126)
* Wed May 27 2020 William Cohen <wcohen@redhat.com> - 4.10.1-3
- Add Marvell TunderX2 UNC support. (RHBZ #1726070)