a3470f
From 319f93e9f83681d754e76db104b63a4a5200aad7 Mon Sep 17 00:00:00 2001
a3470f
From: Milind Changire <mchangir@redhat.com>
a3470f
Date: Wed, 20 Dec 2017 14:02:17 +0530
a3470f
Subject: [PATCH 124/128] build: remove ExclusiveArch from spec file
a3470f
a3470f
ExclusiveArch directive limits builds for specific architectures.
a3470f
This gets in the way of building for non-x86_64 architectures.
a3470f
a3470f
So, removing the directive keeps the sources open to be built
a3470f
for non-x86_64 architectures as well.
a3470f
a3470f
Label: DOWNSTREAM ONLY
a3470f
a3470f
Change-Id: Id178e30658b03a48acfa97c0e7556c1f5a8b533c
a3470f
BUG: 1534253
a3470f
Signed-off-by: Milind Changire <mchangir@redhat.com>
a3470f
Reviewed-on: https://code.engineering.redhat.com/gerrit/126251
a3470f
Tested-by: RHGS Build Bot <nigelb@redhat.com>
a3470f
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
a3470f
---
a3470f
 glusterfs.spec.in | 4 +++-
a3470f
 1 file changed, 3 insertions(+), 1 deletion(-)
a3470f
a3470f
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
a3470f
index 56a62a9..2ac9a60b0 100644
a3470f
--- a/glusterfs.spec.in
a3470f
+++ b/glusterfs.spec.in
a3470f
@@ -193,7 +193,6 @@ Release:          0.1%{?prereltag:.%{prereltag}}%{?dist}
a3470f
 Name:             @PACKAGE_NAME@
a3470f
 Version:          @PACKAGE_VERSION@
a3470f
 Release:          @PACKAGE_RELEASE@%{?dist}
a3470f
-ExclusiveArch:    x86_64 aarch64
a3470f
 %endif
a3470f
 License:          GPLv2 or LGPLv3+
a3470f
 Group:            System Environment/Base
a3470f
@@ -2180,6 +2179,9 @@ fi
a3470f
 %endif
a3470f
 
a3470f
 %changelog
a3470f
+* Wed Dec 20 2017 Milind Changire <mchangir@redhat.com>
a3470f
+- Remove ExclusiveArch directive to help building on non-x86_64 arches (#1527772)
a3470f
+
a3470f
 * Fri Dec 01 2017 Mohit Agrawal <moagrawa@redhat.com>
a3470f
 - Added control-cpu-load.sh and control-mem.sh scripts to glusterfs-server section(#1484446)
a3470f
 
a3470f
-- 
a3470f
1.8.3.1
a3470f