f226d6
From d8f6162d3d86c81744c5f2c8215959aac3a2f9e9 Mon Sep 17 00:00:00 2001
f226d6
From: Frantisek Sumsal <frantisek@sumsal.cz>
f226d6
Date: Tue, 9 Nov 2021 17:13:37 +0100
f226d6
Subject: [PATCH] ci: temporarily use an F34 dash package until C9S EPEL is
f226d6
 available
f226d6
f226d6
rhel-only
f226d6
---
f226d6
 test/container/Dockerfile-CentOS-9-Stream | 4 ++--
f226d6
 1 file changed, 2 insertions(+), 2 deletions(-)
f226d6
f226d6
diff --git a/test/container/Dockerfile-CentOS-9-Stream b/test/container/Dockerfile-CentOS-9-Stream
f226d6
index 9d0e81e3..c9a96020 100644
f226d6
--- a/test/container/Dockerfile-CentOS-9-Stream
f226d6
+++ b/test/container/Dockerfile-CentOS-9-Stream
f226d6
@@ -8,14 +8,15 @@ LABEL RUN="docker run -it --name NAME --privileged --ipc=host --net=host --pid=h
f226d6
 RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)' > /etc/profile.d/dracut-test.sh
f226d6
 
f226d6
 # Install needed packages for the dracut CI container
f226d6
+# FIXME: properly re-add dash once C9S EPEL is available
f226d6
 RUN dnf -y install --enablerepo crb --setopt=install_weak_deps=False \
f226d6
+    http://mirrors.kernel.org/fedora/releases/34/Everything/x86_64/os/Packages/d/dash-0.5.10.2-8.fc34.x86_64.rpm \
f226d6
     qemu-kvm \
f226d6
     NetworkManager \
f226d6
     asciidoc \
f226d6
     bash-completion \
f226d6
     bzip2 \
f226d6
     cryptsetup \
f226d6
-    dash \
f226d6
     dbus-daemon \
f226d6
     dhcp-client \
f226d6
     dhcp-server \
f226d6
@@ -33,7 +34,6 @@ RUN dnf -y install --enablerepo crb --setopt=install_weak_deps=False \
f226d6
     mdadm \
f226d6
     nfs-utils \
f226d6
     pigz \
f226d6
-    python3-imgcreate \
f226d6
     rpm-build \
f226d6
     strace \
f226d6
     sudo \
f226d6