diff --git a/papi.spec b/papi.spec index e47559c..b06f116 100644 --- a/papi.spec +++ b/papi.spec @@ -7,11 +7,15 @@ %else %{!?with_rdma: %global with_rdma 1} %endif +%ifarch %{ix86} +%{!?with_pcp: %global with_pcp (0%{?fedora} < 40 && 0%{?rhel} < 10)} +%else %{!?with_pcp: %global with_pcp 1} +%endif Summary: Performance Application Programming Interface Name: papi Version: 7.0.1 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD-3-Clause Requires: papi-libs = %{version}-%{release} URL: http://icl.cs.utk.edu/papi/ @@ -189,6 +193,9 @@ find %{buildroot} -type f -executable ! -iname "*.py" ! -iname "*.sh" | xargs ch %endif %changelog +* Mon Dec 18 2023 William Cohen - 7.0.1-7 +- Fix i686 rawhide FTBFS. (rhbz#2254963) + * Mon Dec 18 2023 Florian Weimer - 7.0.1-6 - Backport upstream patch, add new patch for autoconf C compatibility