From 197e97b8a5183211dba6f5203637dcaee33fb5de Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Apr 20 2020 10:47:22 +0000 Subject: beaker-tests: ignore 'hello' package from Fedora Long time I expected this will come :-) and 'hello' package will become available in Fedora, and it seemed to happen now. We should rework our testsuite to not use 'hello' naming, but this is temporary work-around. --- diff --git a/beaker-tests/DockerTestEnv/Dockerfile b/beaker-tests/DockerTestEnv/Dockerfile index 7e213a1..daf1780 100644 --- a/beaker-tests/DockerTestEnv/Dockerfile +++ b/beaker-tests/DockerTestEnv/Dockerfile @@ -16,6 +16,8 @@ VOLUME ["/sys/fs/cgroup"] RUN dnf -y install dnf-plugins-core && dnf -y copr enable @copr/copr RUN dnf -y install htop wget net-tools iputils vim mlocate git sudo openssh-server psmisc python-jedi procps-ng findutils tmux expect +RUN for repo in fedora updates updates-testing; do \ + dnf -y config-manager --save --setopt $repo.excludepkgs=hello ; done # Sanity tests RUN wget https://beaker-project.org/yum/beaker-client-Fedora.repo -P /etc/yum.repos.d