Description of problem: The package kpcli could not be installed on Fedora 35 Version-Release number of selected component (if applicable): 3.6-4.fc35 How reproducible: This is reproducible without problems, at least on my PC. Steps to Reproduce: 1. Get root permissions (for example with "su -") 2. dnf install kpcli 3. Actual results: # LANG=C dnf install kpcli Last metadata expiration check: 0:46:21 ago on Thu Nov 4 12:55:04 2021. Error: Problem: package kpcli-3.6-4.fc35.noarch requires perl(Crypt::PWSafe3), but none of the providers can be installed - package perl-Crypt-PWSafe3-1.22-17.fc34.noarch requires perl(:MODULE_COMPAT_5.32.1), but none of the providers can be installed - conflicting requests - package perl-libs-4:5.32.1-471.module_f35+12589+8a7d3254.x86_64 is filtered out by modular filtering (try to add '--skip-broken' to skip uninstallable packages) Expected results: dnf should install kpcli without problems. Additional info: - none -
*** 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.