Blob Blame History Raw
From cfe482bf1ee566b8fd91d85638cff332fbae7ee1 Mon Sep 17 00:00:00 2001
From: Milind Changire <mchangir@redhat.com>
Date: Wed, 20 Dec 2017 14:12:41 +0530
Subject: [PATCH 643/643] build: remove ExclusiveArch from spec file

ExclusiveArch directive limits builds for specific architectures.
This gets in the way of building for non-x86_64 architectures.

So, removing the directive keeps the sources open to be built
for non-x86_64 architectures as well.

Label: DOWNSTREAM ONLY

Change-Id: I8626e6e8c38cacdadbf2144329b09e14d8f9ebe2
BUG: 1527772
Signed-off-by: Milind Changire <mchangir@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/126253
Tested-by: RHGS Build Bot <nigelb@redhat.com>
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
---
 glusterfs.spec.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 63fbeba..fc9125b 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -191,7 +191,6 @@ Vendor:           Fedora Project
 Name:             @PACKAGE_NAME@
 Version:          @PACKAGE_VERSION@
 Release:          @PACKAGE_RELEASE@%{?dist}
-ExclusiveArch:    x86_64 aarch64
 %endif
 License:          GPLv2 or LGPLv3+
 Group:            System Environment/Base
@@ -2068,6 +2067,9 @@ fi
 %endif
 
 %changelog
+* Wed Dec 20 2017 Milind Changire <mchangir@redhat.com>
+- Remove ExclusiveArch directive to help building on non-x86_64 arches (#1527772)
+
 * Tue Oct 10 2017 Milind Changire <mchangir@redhat.com>
 - DOWNSTREAM ONLY patch - launch glusterd in upgrade mode after all new bits have been installed
 
-- 
1.8.3.1