From 79722f47b0c3b5c96b4e54f56478fbdf11c38d0a Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 02:47:59 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- papi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/papi.spec b/papi.spec index 307d5b0..7587cd4 100644 --- a/papi.spec +++ b/papi.spec @@ -11,7 +11,7 @@ Summary: Performance Application Programming Interface Name: papi Version: 6.0.0 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Requires: papi-libs = %{version}-%{release} URL: http://icl.cs.utk.edu/papi/ @@ -190,6 +190,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so* %endif %changelog +* Fri Apr 16 2021 Mohan Boddu - 6.0.0-8 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Thu Jan 28 2021 William Cohen - 6.0.0-7 - By default disable genaration of static libraries.