nickva commented on issue #3949:
URL: https://github.com/apache/couchdb/issues/3949#issuecomment-1058875373


   I signed the package and update the repository
   
   ```
   rpm --addsign couchdb-3.2.1-2.el7.x86_64.rpm
   
   gpg: writing to 'couchdb-3.2.1-2.el7.x86_64.rpm.sig'
   gpg: RSA/SHA256 signature from: "FC04DFBC9657A78E Nicolae Vatamaniuc 
<[email protected]>"
   gpg: writing to 'couchdb-3.2.1-2.el7.x86_64.rpm.sig'
   gpg: RSA/SHA256 signature from: "FC04DFBC9657A78E Nicolae Vatamaniuc 
<[email protected]>"
   ```
   
   ```
   rpmsign --addsign couchdb-3.2.1-2.el8.x86_64.rpm
   
   gpg: writing to 'el8/x86_64/couchdb-3.2.1-2.el8.x86_64.rpm.sig'
   gpg: RSA/SHA256 signature from: "FC04DFBC9657A78E Nicolae Vatamaniuc 
<[email protected]>"
   gpg: writing to 'el8/x86_64/couchdb-3.2.1-2.el8.x86_64.rpm.sig'
   gpg: RSA/SHA256 signature from: "FC04DFBC9657A78E Nicolae Vatamaniuc 
<[email protected]>"
   ```
   
   Verified with:
   
   ```
   $ docker run -it centos:7
   # yum-config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo
   # yum install couchdb
   ```
   
   ```
   $ docker run -it almalinux:8
   # yum install -y yum-utils
   # yum-config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo
   # yum install couchdb
   ```
   


-- 
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]


Reply via email to