nickva commented on code in PR #199: URL: https://github.com/apache/couchdb-pkg/pull/199#discussion_r2830332854
########## rpm/SPECS/couchdb.spec.in: ########## @@ -33,25 +33,21 @@ Exclusiveos: linux Packager: CouchDB Developers <[email protected]> Patch1: 0001-build-with-sm68-on-aarch64.patch -BuildRequires: esl-erlang -BuildRequires: gcc Requires(pre): shadow-utils +BuildRequires: esl-erlang +BuildRequires: gcc BuildRequires: git -BuildRequires: help2man -BuildRequires: libcurl-devel -BuildRequires: libicu-devel -BuildRequires: nodejs >= 6.10.1 BuildRequires: java-21-openjdk-devel -Requires(post): curl +%if 0%{?rhel} < 10 +BuildRequires: libicu-devel Review Comment: Let's see if it works like this but technically libicu-devel may be needed for couch_ejson_compare. That uses libicu (-licuuc -licudata -licui18n) -- 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]
