Bug 2020246
Summary: | kpcli could not be installed on Fedora 35 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Axel Sommerfeldt <axel.sommerfeldt> |
Component: | kpcli | Assignee: | MatÃas Kreder <mkreder> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 35 | CC: | cra, echevemaster, lester.hightower, mkreder |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kpcli-3.6-5.fc35 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-05 01:08:16 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: |
Description
Axel Sommerfeldt
2021-11-04 12:49:19 UTC
*** This bug has been marked as a duplicate of bug 1964646 *** I've reopened this to deal with in in different way: - Replace Requires: with Suggests: perl(Crypt::PWSafe3) due to FTBFS rhbz #1939424 - Password Safe v3 (.psafe3) files cannot be opened until #1939424 is fixed. @cra.edu - I am the author of kpcli. Changing perl(Crypt::PWSafe3) from Requires to Suggests is the correct long-term fix, regardless of the outcome of the other bug, because Crypt::PWSafe3 is an optional module for kpcli. Without Crypt::PWSafe3, the only feature lost in kpcli is importing Password Safe v3 files, a seldom used feature. FEDORA-2021-a149370187 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-a149370187 @lester.hightower (In reply to Lester Hightower from comment #3) > @cra.edu - I am the author of kpcli. Changing perl(Crypt::PWSafe3) > from Requires to Suggests is the correct long-term fix, regardless of the > outcome of the other bug, because Crypt::PWSafe3 is an optional module for > kpcli. Without Crypt::PWSafe3, the only feature lost in kpcli is importing > Password Safe v3 files, a seldom used feature. Agreed, although I could change it from Suggests: to Recommends: at some point: https://docs.fedoraproject.org/en-US/packaging-guidelines/WeakDependencies/ (In reply to Fedora Update System from comment #4) > FEDORA-2021-a149370187 has been submitted as an update to Fedora 35. > https://bodhi.fedoraproject.org/updates/FEDORA-2021-a149370187 Installed and (superficially) tested, it works now fine for me. (Have left positive karma) Thank you very much for the fast fix! FEDORA-2021-a149370187 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. Thanks for your work on this, Charles. |