Bug 1780617
| Summary: | [RFE]: dnf module: Add "dnf module swap" and "dnf module enable --allowswapping" functionality | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Neal Gompa <ngompa13> |
| Component: | dnf | Assignee: | Jaroslav Mracek <jmracek> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | carl, daltonminer, dan.cermak, jmracek, jrohel, marcus-schaefer, mblaha, mhatina, packaging-team-maint, pkratoch, rpm-software-management, vmukhame |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-12-03 10:47: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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1665453 | ||
|
Description
Neal Gompa
2019-12-06 14:19:20 UTC
I would also like a way to do this via the API for livecd-tools to implement handling modular content too. I am sorry, but I don't like when someone is asking two requests in one bugzilla. It makes a difficulty in tracking. I suggest that the first part (module switch) is handled by PR https://github.com/rpm-software-management/dnf/pull/1685. (In reply to Neal Gompa from comment #1) > I would also like a way to do this via the API for livecd-tools to implement > handling modular content too. Please could you be more specific like for which languages (Python or C) and what kind of handling you requires (enable, reset, disable, ...)? Bot requests are resolved in upstream. See https://github.com/rpm-software-management/dnf/pull/1685. I am closing it because the release will not trigger close of the bug, because the bug was not mentioned in commit message. (In reply to Jaroslav Mracek from comment #2) > I am sorry, but I don't like when someone is asking two requests in one > bugzilla. It makes a difficulty in tracking. > > I suggest that the first part (module switch) is handled by PR > https://github.com/rpm-software-management/dnf/pull/1685. > > (In reply to Neal Gompa from comment #1) > > I would also like a way to do this via the API for livecd-tools to implement > > handling modular content too. > > Please could you be more specific like for which languages (Python or C) and > what kind of handling you requires (enable, reset, disable, ...)? Basically those three actions, but at least at a minimum enough to implement module kickstart command for livecd-tools. |