]> piware.de Git - bin.git/commitdiff
build-cockpit-toolbox: Install centpkg
authorMartin Pitt <martin@piware.de>
Thu, 20 Apr 2023 08:03:55 +0000 (10:03 +0200)
committerMartin Pitt <martin@piware.de>
Thu, 20 Apr 2023 08:03:55 +0000 (10:03 +0200)
For CentOS stream it needs the rhel-packager dependencies, so install
that in install-rhel-tools. This gets rid of the james/centpkg COPR.

build-cockpit-toolbox
install-rhel-tools

index c22b5401cb8d93c89041f3f6d141fe2649ef7153..ebe96d0db853cd8a86a0166b966129a70abbbcc0 100755 (executable)
@@ -21,7 +21,8 @@ sudo dnf install -y ansible man-db man-pages moreutils fd-find ripgrep gh git-de
     simple-scan /usr/bin/scanimage /usr/bin/pngquant /usr/bin/convert pdfmerge \
     cargo rustfmt clippy \
     calibre qt5-qtwayland \
-    chromium dbus-daemon tmt tmt-provision-virtual flatpak-builder flatpak-spawn
+    chromium dbus-daemon tmt tmt-provision-virtual flatpak-builder flatpak-spawn \
+    centpkg
 
 # commands to forward to the host
 for cmd in podman toolbox nmcli eog evince; do
index 4fcea986b62ac2eb4ca6a41a343861ca05395017..47b26f312de1b42661be91601a94b10b69d20c68 100755 (executable)
@@ -8,11 +8,7 @@ sudo curl -o /etc/pki/ca-trust/source/anchors/2022-RH-IT-Root-CA.crt https://cer
 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
+sudo dnf install -y rhel-packager
 
 # coverity
 sudo dnf copr enable -y copr.devel.redhat.com/kdudka/covscan