From 01e7370c08ad8b9bff336927adc653300895fbaa Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 5 Apr 2023 10:36:19 +0200 Subject: [PATCH] test/simplified-installer: fix yq installation on rhel8 Basically use the latest 3.2.1 version because of https://github.com/kislyuk/yq/issues/165 Signed-off-by: Antonio Murdaca --- test/cases/ostree-simplified-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cases/ostree-simplified-installer.sh b/test/cases/ostree-simplified-installer.sh index 0e21cbd3ed..0558a7be4c 100755 --- a/test/cases/ostree-simplified-installer.sh +++ b/test/cases/ostree-simplified-installer.sh @@ -12,7 +12,7 @@ source /usr/libexec/tests/osbuild-composer/shared_lib.sh # Start firewalld sudo systemctl enable --now firewalld -sudo pip3 install yq +sudo pip3 install yq==v3.2.1 # Install fdo packages (This cannot be done in the setup.sh because fdo-admin-cli is not available on fedora) sudo dnf install -y fdo-admin-cli # Start fdo-aio to have /etc/fdo/aio folder