Bug 1636699
| Summary: | PIUS fails to sign keys due to unrecognized ENCRYPTION_COMPLIANCE_MODE | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ján Tomko <jtomko> |
| Component: | pius | Assignee: | Praveen Kumar <kumarpraveen.nitdgp> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 28 | CC: | amit, fale, kumarpraveen.nitdgp, phrdina |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-05-28 23:00:44 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Hi, can you please provide some update on when the patch can be backported into fedora package? This message is a reminder that Fedora 28 is nearing its end of life. On 2019-May-28 Fedora will stop maintaining and issuing updates for Fedora 28. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '28'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 28 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 28 changed to end-of-life (EOL) status on 2019-05-28. Fedora 28 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |
Description of problem: PIUS cannot sing keys. Version-Release number of selected component (if applicable): pius-2.2.4-3.fc28.noarch gnupg2-2.2.8-1.fc28.x86_64 How reproducible: 100 % Steps to Reproduce: 1. pius -s <signing_key> -e -H <my smtp server> -m jtomko <key id> Actual results: File "/usr/bin/pius", line 326, in main if signer.sign_all_uids(key, retval): File "/usr/lib/python2.7/site-packages/libpius/signer.py", line 788, in sign_all_uids self.encrypt_signed_uid(key, uid['file']) File "/usr/lib/python2.7/site-packages/libpius/signer.py", line 444, in encrypt_signed_uid raise EncryptionUnknownError(line) libpius.exceptions.EncryptionUnknownError: [GNUPG:] ENCRYPTION_COMPLIANCE_MODE 23 Expected results: The key is signed. Additional info: Fixed upstream by: commit 4dba0bf75ab351969622f7b9c38484657411a528 Author: Martin Kletzander <nert.pinx+github> CommitDate: 2018-05-17 08:55:27 -0700 Don't fail on ENCRYPTION_COMPLIANCE_MODE line from too new GnuPG (#96) GnuPG started printing information about encryption compliance in [commit f31dc2540acf](https://dev.gnupg.org/rGf31dc2540acf7cd7f09fd94658e815822222bfcb) and since then signing with pius fails. Closes #95 Signed-off-by: Martin Kletzander <nert.pinx> git describe: v2.2.6-10-g4dba0bf