Bug 1918425
| Summary: | clojure package is missing a dependency on javapackages-tools | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Benjamin Howell <bmh> |
| Component: | clojure | Assignee: | Markku Korkeala <markku.korkeala> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | jochen, mail, markku.korkeala, michel, walters |
| 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: | 2021-01-21 07:22:55 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
Benjamin Howell
2021-01-20 17:04:05 UTC
Hi, thanks for the report. There is a fix in updates testing, how to test: 1. dnf install clojure 2. upgrade clojure: sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-7b34d3bac0 2. run 'clojure' 6. Should work now If it works, you can add karma to the update: https://bodhi.fedoraproject.org/updates/FEDORA-2021-7b34d3bac0 Or you can test it with toolbox as well: 1. `toolbox create --container clojure` 2. `toolbox enter clojure` 3. `sudo dnf install clojure` 4. `clojure` , should not work 5. `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-7b34d3bac0` 6. `clojure` , should now work *** This bug has been marked as a duplicate of bug 1916547 *** |