|
|
7c2869 |
From cfe482bf1ee566b8fd91d85638cff332fbae7ee1 Mon Sep 17 00:00:00 2001
|
|
|
7c2869 |
From: Milind Changire <mchangir@redhat.com>
|
|
|
7c2869 |
Date: Wed, 20 Dec 2017 14:12:41 +0530
|
|
|
7c2869 |
Subject: [PATCH 643/643] build: remove ExclusiveArch from spec file
|
|
|
7c2869 |
|
|
|
7c2869 |
ExclusiveArch directive limits builds for specific architectures.
|
|
|
7c2869 |
This gets in the way of building for non-x86_64 architectures.
|
|
|
7c2869 |
|
|
|
7c2869 |
So, removing the directive keeps the sources open to be built
|
|
|
7c2869 |
for non-x86_64 architectures as well.
|
|
|
7c2869 |
|
|
|
7c2869 |
Label: DOWNSTREAM ONLY
|
|
|
7c2869 |
|
|
|
7c2869 |
Change-Id: I8626e6e8c38cacdadbf2144329b09e14d8f9ebe2
|
|
|
7c2869 |
BUG: 1527772
|
|
|
7c2869 |
Signed-off-by: Milind Changire <mchangir@redhat.com>
|
|
|
7c2869 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/126253
|
|
|
7c2869 |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
7c2869 |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
7c2869 |
---
|
|
|
7c2869 |
glusterfs.spec.in | 4 +++-
|
|
|
7c2869 |
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
7c2869 |
|
|
|
7c2869 |
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
|
|
|
7c2869 |
index 63fbeba..fc9125b 100644
|
|
|
7c2869 |
--- a/glusterfs.spec.in
|
|
|
7c2869 |
+++ b/glusterfs.spec.in
|
|
|
7c2869 |
@@ -191,7 +191,6 @@ Vendor: Fedora Project
|
|
|
7c2869 |
Name: @PACKAGE_NAME@
|
|
|
7c2869 |
Version: @PACKAGE_VERSION@
|
|
|
7c2869 |
Release: @PACKAGE_RELEASE@%{?dist}
|
|
|
7c2869 |
-ExclusiveArch: x86_64 aarch64
|
|
|
7c2869 |
%endif
|
|
|
7c2869 |
License: GPLv2 or LGPLv3+
|
|
|
7c2869 |
Group: System Environment/Base
|
|
|
7c2869 |
@@ -2068,6 +2067,9 @@ fi
|
|
|
7c2869 |
%endif
|
|
|
7c2869 |
|
|
|
7c2869 |
%changelog
|
|
|
7c2869 |
+* Wed Dec 20 2017 Milind Changire <mchangir@redhat.com>
|
|
|
7c2869 |
+- Remove ExclusiveArch directive to help building on non-x86_64 arches (#1527772)
|
|
|
7c2869 |
+
|
|
|
7c2869 |
* Tue Oct 10 2017 Milind Changire <mchangir@redhat.com>
|
|
|
7c2869 |
- DOWNSTREAM ONLY patch - launch glusterd in upgrade mode after all new bits have been installed
|
|
|
7c2869 |
|
|
|
7c2869 |
--
|
|
|
7c2869 |
1.8.3.1
|
|
|
7c2869 |
|