While testing this in a container I noticed that we should probably add Recommends: dnf-command(config-manager) to pull in dnf-plugins-core to make sure the crb script is functional.
[root@46d5c489ee3e /]# crb enable
Enabling CRB repo
No such command: config-manager. Please use /usr/bin/dnf --help
It could be a DNF plugin command, try: "dnf install 'dnf-command(config-manager)'"
CRB repo is disabled
This update has been submitted for testing by tdawson.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
While testing this in a container I noticed that we should probably add
Recommends: dnf-command(config-manager)
to pull in dnf-plugins-core to make sure the crb script is functional.I'm not saying no, it's probrubly a good idea, but how do you normally enable repo's in a container?
By installing dnf-plugins-core (which provides
dnf-command(config-manager)
).This update has been submitted for stable by bodhi.
This update has been pushed to stable.