Bug 2456888
| Summary: | Installing incus-agent installs the entire incus stack | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brian King <rhbug> |
| Component: | incus | Assignee: | Neal Gompa <ngompa13> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 43 | CC: | carlwgeorge, dherrera, fabian, go-sig, jonathan, ngompa13, rcallicotte, reto.gantenbein, travier |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | incus-6.23-3.fc45 incus-6.23-3.fc43 incus-6.23-3.fc42 incus-6.23-3.fc44 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-04-10 18:59:57 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
Brian King
2026-04-09 12:58:55 UTC
I'm not the maintainer, but I took a look at this and I see that incus-agent has an explicit dependency on incus, which I would guess is incorrect. Here's a PR to change that. https://src.fedoraproject.org/rpms/incus/pull-request/11 That will reduce the dependencies somewhat, but I'll note that incus-agent still has nine recommends weak dependencies, which are installed by default and pull in a good number of other things. You can trim that down even further with the flag `--setopt install_weak_deps=0` on a case by case basis. FEDORA-2026-9e8227d6dd (incus-6.23-3.fc45) has been submitted as an update to Fedora 45. https://bodhi.fedoraproject.org/updates/FEDORA-2026-9e8227d6dd FEDORA-2026-9e8227d6dd (incus-6.23-3.fc45) has been pushed to the Fedora 45 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2026-094b7621cf (incus-6.23-3.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2026-094b7621cf FEDORA-2026-4481307278 (incus-6.23-3.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2026-4481307278 FEDORA-2026-22feefa810 (incus-6.23-3.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2026-22feefa810 Sorry for my late reply. Somehow my Web browsers are not very fond of the RHBZ authentication mechanisms so I'm rarely around here but as your PR was merged yesterday in rawhide I quickly wanted to express my concern. This bug is a duplicate of #2421161. I don't understand why the agent package must be installable on its own. In my opinion (I'm the original packager of Incus) it's clearly an extension to the incus base package. See e.g. how Gentoo is doing it [1]. No matter which approach will be chosen now the `recommends` on the agent subpackage is definitely wrong as qemu is likely not recommended if the agent should be installed standalone. I recommend against stabilizing the package at it is now. [1]: https://github.com/gentoo/gentoo/commit/aaa2da0f623783d98a6298da5798fa82e0d1f3fc#diff-f574a9a937f92b6dc4c8777a436f1182071b03a65b6b6ce13782746faaf6348bR215-R221 FEDORA-2026-4481307278 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-4481307278` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-4481307278 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2026-22feefa810 has been pushed to the Fedora 44 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-22feefa810` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-22feefa810 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2026-094b7621cf has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-094b7621cf` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-094b7621cf See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. I replied in https://bugzilla.redhat.com/show_bug.cgi?id=2421161#c4. If you don't want this update to go to stable (and I agree that it's incomplete, a full fix would be what I described in https://bugzilla.redhat.com/show_bug.cgi?id=2421161), then you should vote -1 on the update in bodhi. FEDORA-2026-094b7621cf (incus-6.23-3.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2026-4481307278 (incus-6.23-3.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2026-22feefa810 (incus-6.23-3.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. |