nickva commented on code in PR #147: URL: https://github.com/apache/couchdb-pkg/pull/147#discussion_r1735690812
########## rpm/SPECS/couchdb.spec.in: ########## @@ -40,16 +38,18 @@ Requires(pre): shadow-utils BuildRequires: git BuildRequires: help2man -#BuildRequires: %SPIDERMONKEY_DEV% BuildRequires: libcurl-devel BuildRequires: libicu-devel BuildRequires: nodejs >= 6.10.1 +BuildRequires: java-21-openjdk-devel Requires(post): curl Requires(post): %SPIDERMONKEY% Review Comment: Those are set in the Makefile. https://github.com/apache/couchdb-pkg/blob/main/Makefile#L251-L253 We're using a target to fill in the template basically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
