Bug 1054300

Summary: Trivial change to rrdtool spec to enable ppc64le
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: rrdtoolAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: jskarvad
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-17 16:11:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Brent Baude 2014-01-16 15:04:43 UTC
diff --git a/rrdtool.spec b/rrdtool.spec
index cd14792..acb8d57 100644
--- a/rrdtool.spec
+++ b/rrdtool.spec
@@ -100,7 +100,7 @@ Provides: python-%{name} = %{version}-%{release}
 Python RRDtool bindings.
 %endif
 
-%ifarch ppc64
+%ifarch ppc64 ppc64le
 # php bits busted on ppc64 at the moment
 %define with_php 0
 %endif

Comment 1 Jaroslav Škarvada 2014-02-17 16:07:11 UTC
Thanks for the report and patch, but I will rather use the %{power64} macro.