big-r81 commented on code in PR #147: URL: https://github.com/apache/couchdb-pkg/pull/147#discussion_r1735686550
########## 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: ~~Where does this env var (%SPIDERMONKEY%) is set?~~ I've found it, it's defined in the Makefile! 🙄 😉 -- 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]
