Bug 966129

Summary: freetds specfile needs aarch64 added to list of 64bit arches
Product: [Fedora] Fedora Reporter: Mark Salter <msalter>
Component: freetdsAssignee: Dmitry Butskoy <dmitry>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: dmitry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-13 13:07:58 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:

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: