No longer build infiniband and papi PMDAs on armv7hl
This commit is contained in:
parent
a7480be1fe
commit
c257e9b3ed
13
pcp.spec
13
pcp.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pcp
|
Name: pcp
|
||||||
Version: 3.12.1
|
Version: 3.12.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: System-level performance monitoring and performance management
|
Summary: System-level performance monitoring and performance management
|
||||||
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
||||||
URL: http://www.pcp.io
|
URL: http://www.pcp.io
|
||||||
@ -23,8 +23,8 @@ Source4: %{github}/pcp-webapp-blinkenlights/archive/1.0.0/pcp-webapp-blinkenligh
|
|||||||
|
|
||||||
%global disable_snmp 0
|
%global disable_snmp 0
|
||||||
|
|
||||||
# There are no papi/libpfm devel packages for s390 nor for some rhels, disable
|
# There are no papi/libpfm devel packages for s390, armv7hl nor for some rhels, disable
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x armv7hl
|
||||||
%global disable_papi 1
|
%global disable_papi 1
|
||||||
%global disable_perfevent 1
|
%global disable_perfevent 1
|
||||||
%else
|
%else
|
||||||
@ -221,8 +221,8 @@ Obsoletes: pcp-gui-debuginfo
|
|||||||
%global _with_initd --with-rcdir=%{_initddir}
|
%global _with_initd --with-rcdir=%{_initddir}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# we never want Infiniband on s390 platforms
|
# we never want Infiniband on s390 and armv7hl platforms
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x armv7hl
|
||||||
%global disable_infiniband 1
|
%global disable_infiniband 1
|
||||||
%else
|
%else
|
||||||
# we never want Infiniband on RHEL5 or earlier
|
# we never want Infiniband on RHEL5 or earlier
|
||||||
@ -3096,6 +3096,9 @@ cd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 28 2017 Nathan Scott <nathans@redhat.com> - 3.12.1-3
|
||||||
|
- Disable infiniband and papi packages on armv7hl (BZ 1485692)
|
||||||
|
|
||||||
* Fri Aug 25 2017 Lukas Berk <lberk@redhat.com> - 3.12.1-2
|
* Fri Aug 25 2017 Lukas Berk <lberk@redhat.com> - 3.12.1-2
|
||||||
- Rebuild for infiniband dep breakage.
|
- Rebuild for infiniband dep breakage.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user