]> piware.de Git - bin.git/commitdiff
install-rhel-tools: Add CentOS stream development tools
authorMartin Pitt <martin@piware.de>
Mon, 17 May 2021 09:42:10 +0000 (11:42 +0200)
committerMartin Pitt <martin@piware.de>
Mon, 17 May 2021 09:42:49 +0000 (11:42 +0200)
See https://mailman-int.corp.redhat.com/archives/rhel-devel/2021-April/msg00049.html

install-rhel-tools

index 681abd75c384d8d9780809e2896e1549729f884c..e16fc7f02acf360a94c6219168ca5936fab950d5 100755 (executable)
@@ -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