You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2019/11/08 10:58:12 UTC

[couchdb-pkg] 01/01: Whitelist ppc64le in the CouchDB rpm

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

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

commit 575691561df6e3f64c6ca363d16af14e8f3910c9
Author: Will Holley <wi...@gmail.com>
AuthorDate: Fri Nov 8 10:53:25 2019 +0000

    Whitelist ppc64le in the CouchDB rpm
    
    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