Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1079542

Summary: Trivial change to sq3_utils spec to enable ppc64le
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: sg3_utilsAssignee: Dan HorĂ¡k <dan>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dan, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: sg3_utils-1.38-1.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-18 13:52:50 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-03-21 19:07:24 UTC
Recent version of sg3_utils fail to build shared libraries on ppc64le.  Adding an autoreconf corrects this.  

diff --git a/sg3_utils.spec b/sg3_utils.spec
index b5e9bca..11e656b 100644
--- a/sg3_utils.spec
+++ b/sg3_utils.spec
@@ -52,6 +52,7 @@ developing applications.
 %setup -q
 %patch0 -p1 -b .dev-snapshot
 %patch1 -p1 -b .man-fixes
+autoreconf -vfi
 
 
 %build