couchdb-rpm icon indicating copy to clipboard operation
couchdb-rpm copied to clipboard

Sources for RPM packages for CouchDB

Results 7 couchdb-rpm issues
Sort by recently updated
recently updated
newest added

Hi Wendall, Thanks again for all your work in maintaining the RPMs for CouchDB 1.x. We had 2 critical CVEs hit recently. These have been fixed in CouchDB 1.7.1 (perhaps...

new rpm for version 2.0 is needed

Nice job on the spec file. Works nice on rhel7 derivatives when following the instructions. However if you use a fresh minimal OS installation it often does not include a...

this also matches issue: https://github.com/wendall911/couchdb-rpm/issues/22

hi there, the couchdb.service uses hardcoded ini files: "-couch_ini /etc/couchdb/default.ini /etc/couchdb/local.ini" whereas couchdb binary also honors the local.d directory: ``` couchdb -c /etc/couchdb/default.ini /etc/couchdb/local.ini /etc/couchdb/local.d/couchdb.ini ``` you might want to...

Managed to build the RPM ok, on Centos 6.5, x86_64. However, the RPM refuses to install. I have an existing couchdb from EPEL, and it attempts to upgrade. Then it...

bug

The script that this rpm packages is from 1.2. It doesn't do service couchdb stop properly. There is a new one in the source that I think should be used...