Learn more about these different git repos.
Other Git URLs
The comps wrapper class is using yum.comps module to read the comps file.
yum.comps
This might require an RFE for DNF, because currently I don't see a way to load comps directly from file (without putting it in a repo).
Filed https://bugzilla.redhat.com/show_bug.cgi?id=1437878
We should use yum when using yum and dnf only when using dnf
@ausil Oh yes, I completely forgot we actually have an explicit config option for this.
After talking to @jsilhan a better way forward would be to use libcomps directly. The API matches YUM quite closely, and since we only need this for parsing the file, we should be able to do this without any configuration with a single code path.
Fixed in #595
Metadata Update from @lsedlar: - Issue assigned to lsedlar - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @lsedlar: - Issue tagged with: 4.1.15
Log in to comment on this ticket.