From 920e240af31ad419815b5783e3f7c578756cdaf1 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 3 May 2023 21:09:35 -0400 Subject: [PATCH] Rebuild for papi Related: #2161146 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 bb1abbe..4fb8696 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -10,7 +10,7 @@ Name: libpfm Version: 4.13.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Library to encode performance events for use by perf tool @@ -119,6 +119,9 @@ make \ %endif %changelog +* Wed May 3 2023 William cohen - 4.13.0-3 +- Rebuild for rhbz #2161146. + * Fri Apr 14 2023 William Cohen - 4.13.0-1 - Rebase to libpfm-4.13.0 (RHBZ #2185653)