Fix i686 rawhide FTBFS. (rhbz#2254963)
This commit is contained in:
parent
3c0ae17fc1
commit
7495b50198
@ -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 <wcohen@redhat.com> - 7.0.1-7
|
||||
- Fix i686 rawhide FTBFS. (rhbz#2254963)
|
||||
|
||||
* Mon Dec 18 2023 Florian Weimer <fweimer@redhat.com> - 7.0.1-6
|
||||
- Backport upstream patch, add new patch for autoconf C compatibility
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user