Bug 1855262
| Summary: | cfssl and mono-devel conflict over /usr/bin/mkbundle | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andreas Kohn <andreas.kohn> |
| Component: | golang-github-cloudflare-cfssl | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 32 | CC: | eclipseo, go-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | golang-github-cloudflare-cfssl-1.4.1-2.fc31 golang-github-cloudflare-cfssl-1.4.1-2.fc32 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-18 01:08:46 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
Andreas Kohn
2020-07-09 11:41:33 UTC
Workaround: Install cfssl manually, which will put the tools into $GOPATH/bin. This will still lead to issues if you're trying to actively use mkbundle, and have $GOPATH/bin in $PATH. ``` go get -u github.com/cloudflare/cfssl/cmd/... ``` (From https://github.com/cloudflare/cfssl#installation) Instead of installing _all_ cfssl commands this approach would allow to only install _some_, for example to only install cfssl itself: ``` go get -u github.com/cloudflare/cfssl/cmd/cfssl ``` FEDORA-2020-b18151ddd7 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-b18151ddd7 FEDORA-2020-bf1aa378d6 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-bf1aa378d6 Hi, Thanks for the report. I've elected to rename the binary cfssl-mkbundle, this should clear the conflicts. FEDORA-2020-b18151ddd7 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-b18151ddd7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-b18151ddd7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-bf1aa378d6 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-bf1aa378d6` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-bf1aa378d6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-bf1aa378d6 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-b18151ddd7 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. |