d1a34d
From 33170038ddc5affa14e9464337983cfad033b8a4 Mon Sep 17 00:00:00 2001
d1a34d
From: Frantisek Sumsal <frantisek@sumsal.cz>
d1a34d
Date: Tue, 9 Nov 2021 16:46:31 +0100
d1a34d
Subject: [PATCH] ci: the PowerTools repo was renamed back to CRB in C9S
d1a34d
d1a34d
rhel-only
d1a34d
---
d1a34d
 test/container/Dockerfile-CentOS-9-Stream | 2 +-
d1a34d
 1 file changed, 1 insertion(+), 1 deletion(-)
d1a34d
d1a34d
diff --git a/test/container/Dockerfile-CentOS-9-Stream b/test/container/Dockerfile-CentOS-9-Stream
d1a34d
index 3f643e88..9d0e81e3 100644
d1a34d
--- a/test/container/Dockerfile-CentOS-9-Stream
d1a34d
+++ b/test/container/Dockerfile-CentOS-9-Stream
d1a34d
@@ -8,7 +8,7 @@ LABEL RUN="docker run -it --name NAME --privileged --ipc=host --net=host --pid=h
d1a34d
 RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)' > /etc/profile.d/dracut-test.sh
d1a34d
 
d1a34d
 # Install needed packages for the dracut CI container
d1a34d
-RUN dnf -y install --enablerepo powertools --setopt=install_weak_deps=False \
d1a34d
+RUN dnf -y install --enablerepo crb --setopt=install_weak_deps=False \
d1a34d
     qemu-kvm \
d1a34d
     NetworkManager \
d1a34d
     asciidoc \
d1a34d