rolfn commented on a change in pull request #36: Modifications for openSUSE support URL: https://github.com/apache/couchdb-pkg/pull/36#discussion_r237784563
########## 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: No problem. I changed again "python2" to "python3" in `couchdb.spec`. I look forward to 2.3.0 full of expectation. Thanks for your work. ---------------------------------------------------------------- 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
