rolfn commented on a change in pull request #36: Modifications for openSUSE support URL: https://github.com/apache/couchdb-pkg/pull/36#discussion_r232014584
########## File path: rpm/SPECS/couchdb.spec ########## @@ -33,29 +33,49 @@ ExclusiveArch: x86_64 Exclusiveos: linux Packager: CouchDB Developers <[email protected]> +%if 0%{?suse_version} +BuildRequires: erlang +BuildRequires: erlang-rebar +BuildRequires: erlang-reltool +BuildRequires: erlang-epmd +BuildRequires: gcc-c++ +BuildRequires: pkg-config +Requires(pre): shadow +BuildRequires: python3 Review comment: The original file has `python >= 2.6`. openSUSE has two python packages: `python2` and `python3`. My decision was `python3`. I will change it to `python2` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
