Bug 1051199 - Trivial change for ppc64le in freetds spec
Summary: Trivial change for ppc64le in freetds spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: freetds
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Dmitry Butskoy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-09 20:29 UTC by Brent Baude
Modified: 2014-01-10 15:38 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-09 20:56:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.