Closed imgrant closed 2 years ago
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.
Trying to enable the PowerTools DNF module on Red Hat Enterprise Linux 8 fails with
Error: No matching repo to modify: PowerTools.
On RHEL, the PowerTools repo content is known as "Red Hat CodeReady Linux Builder for RHEL 8", and can be enabled withsubscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
. See also: https://access.redhat.com/discussions/5417621This PR does just that when the target OS distribution is RHEL, and only enables PowerTools for non-Red Hat EL rebuilds (CentOS, etc).