From 74fd03777f8d816b1f1f3d2b6f7b6a03a157b6c7 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 3 May 2023 14:24:51 -0400 Subject: [PATCH] Rebuild for papi Related: #2186927 papi library improvements for userspace direct access --- libpfm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libpfm.spec b/libpfm.spec index 5ab5299..a6f7140 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -12,7 +12,7 @@ Name: libpfm Version: 4.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library to encode performance events for use by perf tool @@ -126,6 +126,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/lib*.a %endif %changelog +* Wed May 3 2023 William cohen - 4.13.0-2 +- Rebuild for rhbz #2186927. + * Fri Apr 14 2023 William cohen - 4.13.0-1 - Rebase to libpf-4.13.0 (rhbz #2185652)