[freetds] add aarch64 to 64bit arches

Dmitry Butskoy buc at fedoraproject.org
Thu Jun 13 12:53:45 UTC 2013


commit ffeda9192440a0bc8bd3a6b39d99470c90ad3f7c
Author: Dmitry Butskoy <Dmitry at Butskoy.name>
Date:   Thu Jun 13 16:53:19 2013 +0400

    add aarch64 to 64bit arches

 freetds.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/freetds.spec b/freetds.spec
index 582435d..b1ee549 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
@@ -9,7 +9,7 @@
 Name: freetds
 Summary: Implementation of the TDS (Tabular DataStream) protocol
 Version: 0.91
-Release: 6.git%{git_commit}%{?dist}
+Release: 7.git%{git_commit}%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+ and GPLv2+
 URL: http://www.freetds.org/
@@ -143,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
  
 
 %changelog
+* Thu Jun 13 2013 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.91-7.gitf3ae29d
+- add aarch64 to the list of 64bit arches (#966129)
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.91-6.gitf3ae29d
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list