Bug 1051186

Summary: Trivial change to enable ppc64le in exempi
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: exempiAssignee: Mikolaj Izdebski <mizdebsk>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dakingun, sochotni
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: 2.2.1-4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-10 09:15:42 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-09 20:06:36 UTC
Please consider the following trivial patch to the exempi spec which corrects an issue on ppc64le when the autoreconf is run (later in the spec):


diff --git a/exempi.spec b/exempi.spec
index 88d3de4..86815c9 100644
--- a/exempi.spec
+++ b/exempi.spec
@@ -30,7 +30,7 @@ developing with exempi.
 %setup -q
 
 %build
-
+libtoolize -vi
 ./autogen.sh
 # BanEntityUsage needed for #888765
 %configure CPPFLAGS="-I%{_includedir} -fno-strict-aliasing -DBanAllEntityUsage=1"

Comment 1 Mikolaj Izdebski 2014-01-10 08:56:03 UTC
Fixed in exempi-2.2.1-4

Comment 2 Mikolaj Izdebski 2014-01-10 09:15:42 UTC
I believe that this bug is fixed in exempi-2.2.1-4,
which is available in Fedora Rawhide, so I am closing this bug now.

The build containing the fix can be found at Koji:
http://koji.fedoraproject.org/koji/buildinfo?buildID=489455