From 5c3fe1031b50391092bf0dc09ae33e808914d7ec Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 17 May 2021 11:42:10 +0200 Subject: [PATCH] install-rhel-tools: Add CentOS stream development tools See https://mailman-int.corp.redhat.com/archives/rhel-devel/2021-April/msg00049.html --- install-rhel-tools | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-rhel-tools b/install-rhel-tools index 681abd7..e16fc7f 100755 --- a/install-rhel-tools +++ b/install-rhel-tools @@ -8,6 +8,10 @@ sudo update-ca-trust (cd /etc/yum.repos.d; sudo curl -O --location https://download.devel.redhat.com/rel-eng/RCMTOOLS/rcm-tools-fedora.repo) sudo dnf install -y rhpkg +# CentOS stream +sudo dnf copr enable -y james/centpkg +sudo dnf install -y centpkg streamkoji + # coverity sudo dnf copr enable -y copr.devel.redhat.com/kdudka/covscan sudo dnf install -y covscan-client -- 2.39.2