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 1051199

Summary: Trivial change for ppc64le in freetds spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: freetdsAssignee: Dmitry Butskoy <dmitry>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dmitry
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-01-09 20:56:34 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:29:00 UTC
Please consider the following trivial patch to the freetds spec file as it enables the ppc64le platform:

diff --git a/freetds.spec b/freetds.spec
index 50a3199..cc8d23b 100644
--- a/freetds.spec
+++ b/freetds.spec
@@ -1,6 +1,6 @@
 %define git_commit	748aa26
 
-%ifarch alpha ia64 x86_64 ppc64 sparc64 s390x aarch64
+%ifarch alpha ia64 x86_64 ppc64 sparc64 s390x aarch64 ppc64le
 %define bits	64
 %else
 %define bits	32

Comment 1 Dmitry Butskoy 2014-01-09 20:56:34 UTC
Done in rawhide.