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