Bug 966129 - freetds specfile needs aarch64 added to list of 64bit arches
Summary: freetds specfile needs aarch64 added to list of 64bit arches
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: freetds
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dmitry Butskoy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-22 14:28 UTC by Mark Salter
Modified: 2013-06-13 13:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-13 13:07:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mark Salter 2013-05-22 14:28:49 UTC
Description of problem:
Specfile needs following patch for aarch64:

diff --git a/freetds.spec b/freetds.spec
index 582435d..6030c10 100644
--- a/freetds.spec
+++ b/freetds.spec
@@ -1,6 +1,6 @@
 %define git_commit	f3ae29d
 
-%ifarch alpha ia64 x86_64 ppc64 sparc64 s390x
+%ifarch alpha ia64 x86_64 ppc64 sparc64 s390x aarch64
 %define bits	64
 %else
 %define bits	32


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:


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