You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/12/13 18:26:18 UTC

[couchdb-pkg] branch master updated: Whitelist ppc64le in the CouchDB rpm (#59)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/master by this push:
     new ed57b8d  Whitelist ppc64le in the CouchDB rpm (#59)
ed57b8d is described below

commit ed57b8de185efb24b036dcdc4c035ce7ef64b60e
Author: Will Holley <wi...@apache.org>
AuthorDate: Fri Dec 13 18:26:11 2019 +0000

    Whitelist ppc64le in the CouchDB rpm (#59)
    
    The Couchdb rpm builds correctly on/for ppc64le. This change adds
    ppc64le to the whitelisted architectures in the rpm spec.
---
 rpm/SPECS/couchdb.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rpm/SPECS/couchdb.spec b/rpm/SPECS/couchdb.spec
index 969cfcc..7398c80 100644
--- a/rpm/SPECS/couchdb.spec
+++ b/rpm/SPECS/couchdb.spec
@@ -28,8 +28,8 @@ Prefix:        %{prefix}
 Group:         Applications/Databases
 URL:           https://couchdb.apache.org/
 Vendor:        The Apache Software Foundation
-BuildArch:     x86_64
-ExclusiveArch: x86_64
+BuildArch:     x86_64 ppc64le
+ExclusiveArch: x86_64 ppc64le
 Exclusiveos:   linux
 Packager:      CouchDB Developers <de...@couchdb.apache.org>
 
@@ -79,7 +79,7 @@ Requires(post): procps
 BuildRequires: 		systemd-rpm-macros
 %else
 BuildRequires:		xfsprogs-devel
-%endif 
+%endif
 %{?systemd_requires}
 BuildRequires:		systemd
 %else